#0E19AB

Color #0E19AB Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0E19AB

Tints of Egyptian Blue #0E19AB

Color information

#0E19AB (or 0x0E19AB) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 19 and AB. RGB value is (14,25,171). Sum of RGB (Red+Green+Blue) = 14+25+171=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E19AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E19AB is #F1E654. Grayscale: #252525. Windows color (decimal): -15853141 or 11213070. OLE color: 11213070.

HSL color Cylindrical-coordinate representation of color #0E19AB: hue angle of 235.8º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E19AB is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1425171-
CMYK0.920.8500.33
HSL235.8º84.86%36.27%-
HSV(B)235.8º91.81%67.06%-
XYZ7.883.7338.83-
YUV38.35202.86110.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.67%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 171 (67.19% from 255) = 81.43%
R=6.67%
G=11.90%
B=81.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14251710.920.8500.33235.884.8636.27
HexE19AB5C55021ec5524
Octal163125313412504135412544
Binary11101100110101011101110010101010100001111011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E19AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E19AB; }

 p { color: rgb(14,25,171); }

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

<style>
 a { background-color: #0E19AB; }

 a { background-color: rgb(14,25,171); }

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

<style>
 span { border-color: #0E19AB; }

 span { border-color: rgb(14,25,171); }

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