Html Css Color HEX #0E1AAA Egyptian Blue

📋 copy color: '#0E1AAA'

red 14 ◦ green 26 ◦ blue 170

#0E1AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0E1AAA

Tints of Egyptian Blue #0E1AAA

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.8% from 255) = 80.95%

R = 6.67%
G = 12.38%
B = 80.95%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E1AAA (or 0x0E1AAA) is known color: 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

RGB 14 26 170 -
CMYK 0.92 0.85 0 0.33
HSL 235.38º 0.85% 0.36% -
HSV(B) 235.38º 0.92% 0.67% -
XYZ 7.81 3.73 38.34 -
YUV 38.83 202.02 110.29 -
System Red Green Blue C M Y K H S L
Decimal 14 26 170 0.92 0.85 0 0.33 235.38 0.85 0.36
Hex E 1A AA 5C 55 0 21 EB 55 24
Octal 16 32 252 134 125 0 41 353 125 44
Binary 1110 11010 10101010 1011100 1010101 0 100001 11101011 1010101 100100

Color Harmonies of #0E1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1AAA

Black with #0E1AAA

Text Example


Text Example

White with #0E1AAA

Text Example


Text Example

HTML Codes & Css Web 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>