#0E2DAB

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

Shades of Egyptian Blue #0E2DAB

Tints of Egyptian Blue #0E2DAB

Color information

#0E2DAB (or 0x0E2DAB) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 2D and AB. RGB value is (14,45,171). Sum of RGB (Red+Green+Blue) = 14+45+171=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E2DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2DAB is #F1D254. Grayscale: #313131. Windows color (decimal): -15848021 or 11218190. OLE color: 11218190.

HSL color Cylindrical-coordinate representation of color #0E2DAB: hue angle of 228.15º 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 #0E2DAB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1445171-
CMYK0.920.7400.33
HSL228.15º84.86%36.27%-
HSV(B)228.15º91.81%67.06%-
XYZ8.474.9139.03-
YUV50.1196.23102.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.09%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=6.09%
G=19.57%
B=74.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14451710.920.7400.33228.1584.8636.27
HexE2DAB5C4A021e45524
Octal165525313411204134412544
Binary111010110110101011101110010010100100001111001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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