Html Css Color HEX #0E1AAC Egyptian Blue

📋 copy color: '#0E1AAC'

red 14 ◦ green 26 ◦ blue 172

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

Shades of Egyptian Blue #0E1AAC

Tints of Egyptian Blue #0E1AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

 BLUE value IS 172 (67.58% from 255) = 81.13%

R = 6.6%
G = 12.26%
B = 81.13%

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

#0E1AAC (or 0x0E1AAC) is known color: Egyptian Blue. HEX triplet: 0E, 1A and AC. RGB value is (14,26,172). Sum of RGB (Red+Green+Blue) = 14+26+172=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E1AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1AAC is #F1E553. Grayscale: #262626. Windows color (decimal): -15852884 or 11278862. OLE color: 11278862.

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

Color convert

RGB 14 26 172 -
CMYK 0.92 0.85 0 0.33
HSL 235.44º 0.85% 0.36% -
HSV(B) 235.44º 0.92% 0.67% -
XYZ 8 3.81 39.34 -
YUV 39.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 14 26 172 0.92 0.85 0 0.33 235.44 0.85 0.36
Hex E 1A AC 5C 55 0 21 EB 55 24
Octal 16 32 254 134 125 0 41 353 125 44
Binary 1110 11010 10101100 1011100 1010101 0 100001 11101011 1010101 100100

Color Harmonies of #0E1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1AAC

Black with #0E1AAC

Text Example


Text Example

White with #0E1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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