Html Css Color HEX #0E29AA Egyptian Blue

📋 copy color: '#0E29AA'

red 14 ◦ green 41 ◦ blue 170

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

Shades of Egyptian Blue #0E29AA

Tints of Egyptian Blue #0E29AA

RGB

 RED value IS 14 (5.86% from 255) = 6.22%

 GREEN value IS 41 (16.41% from 255) = 18.22%

 BLUE value IS 170 (66.8% from 255) = 75.56%

R = 6.22%
G = 18.22%
B = 75.56%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E29AA (or 0x0E29AA) is known color: Egyptian Blue. HEX triplet: 0E, 29 and AA. RGB value is (14,41,170). Sum of RGB (Red+Green+Blue) = 14+41+170=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E29AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E29AA is #F1D655. Grayscale: #2F2F2F. Windows color (decimal): -15849046 or 11151630. OLE color: 11151630.

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

Color convert

RGB 14 41 170 -
CMYK 0.92 0.76 0 0.33
HSL 229.62º 0.85% 0.36% -
HSV(B) 229.62º 0.92% 0.67% -
XYZ 8.23 4.58 38.48 -
YUV 47.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 14 41 170 0.92 0.76 0 0.33 229.62 0.85 0.36
Hex E 29 AA 5C 4C 0 21 E6 55 24
Octal 16 51 252 134 114 0 41 346 125 44
Binary 1110 101001 10101010 1011100 1001100 0 100001 11100110 1010101 100100

Color Harmonies of #0E29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E29AA

Black with #0E29AA

Text Example


Text Example

White with #0E29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E29AA;
 }
 .AnyTagClassName
 {
   color: #0E29AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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