#0E1AAA

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

Shades of Egyptian Blue #0E1AAA

Tints of Egyptian Blue #0E1AAA

Color information

#0E1AAA (or 0x0E1AAA) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1A and AA. RGB value is (14,26,170). Sum of RGB (Red+Green+Blue) = 14+26+170=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E1AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1AAA is #F1E555. Grayscale: #262626. Windows color (decimal): -15852886 or 11147790. OLE color: 11147790.

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

Color convert

RGB1426170-
CMYK0.920.8500.33
HSL235.38º84.78%36.08%-
HSV(B)235.38º91.76%66.67%-
XYZ7.813.7338.34-
YUV38.83202.02110.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.67%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 170 (66.80% from 255) = 80.95%
R=6.67%
G=12.38%
B=80.95%

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
Decimal14261700.920.8500.33235.3884.7836.08
HexE1AAA5C55021eb5524
Octal163225213412504135312544
Binary11101101010101010101110010101010100001111010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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