#0E1CAA

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

Shades of Egyptian Blue #0E1CAA

Tints of Egyptian Blue #0E1CAA

Color information

#0E1CAA (or 0x0E1CAA) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1C and AA. RGB value is (14,28,170). Sum of RGB (Red+Green+Blue) = 14+28+170=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E1CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1CAA is #F1E355. Grayscale: #272727. Windows color (decimal): -15852374 or 11148302. OLE color: 11148302.

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

Color convert

RGB1428170-
CMYK0.920.8400.33
HSL234.62º84.78%36.08%-
HSV(B)234.62º91.76%66.67%-
XYZ7.853.8338.35-
YUV40201.36109.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 170 (66.80% from 255) = 80.19%
R=6.60%
G=13.21%
B=80.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14281700.920.8400.33234.6284.7836.08
HexE1CAA5C54021eb5524
Octal163425213412404135312544
Binary11101110010101010101110010101000100001111010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,28,170); }

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

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

 a { background-color: rgb(14,28,170); }

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

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

 span { border-color: rgb(14,28,170); }

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