#1928D6

Color #1928D6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1928D6

Tints of Persian Blue #1928D6

Color information

#1928D6 (or 0x1928D6) is unknown color: approx Persian Blue. HEX triplet: 19, 28 and D6. RGB value is (25,40,214). Sum of RGB (Red+Green+Blue) = 25+40+214=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #1928D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1928D6 is #E6D729. Grayscale: #363636. Windows color (decimal): -15128362 or 14034969. OLE color: 14034969.

HSL color Cylindrical-coordinate representation of color #1928D6: hue angle of 235.24º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1928D6 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2540214-
CMYK0.880.8100.16
HSL235.24º79.08%46.86%-
HSV(B)235.24º88.32%83.92%-
XYZ13.36.5864.19-
YUV55.35217.53106.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 214 (83.98% from 255) = 76.70%
R=8.96%
G=14.34%
B=76.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal25402140.880.8100.16235.2479.0846.86
Hex1928D65851010eb4f2f
Octal315032613012102035311757
Binary110011010001101011010110001010001010000111010111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1928D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1928D6; }

 p { color: rgb(25,40,214); }

 H1.HeaderClassName
 {
   color: #1928D6;
 }
 .AnyTagClassName
 {
   color: #1928D6;
 }
</style>
background-color css

<style>
 a { background-color: #1928D6; }

 a { background-color: rgb(25,40,214); }

 div.DivClassName
 {
   background-color: #1928D6;
 }
 .BgClassName
 {
   background-color: #1928D6;
 }
</style>
border-color css

<style>
 span { border-color: #1928D6; }

 span { border-color: rgb(25,40,214); }

 td.TdClassName
 {
   border-color: #1928D6;
 }
 .TagClassName
 {
   border-color: #1928D6;
 }
</style>