Html Css Color HEX #0E1CAC Egyptian Blue

📋 copy color: '#0E1CAC'

red 14 ◦ green 28 ◦ blue 172

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

Shades of Egyptian Blue #0E1CAC

Tints of Egyptian Blue #0E1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

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

R = 6.54%
G = 13.08%
B = 80.37%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E1CAC (or 0x0E1CAC) is known color: Egyptian Blue. HEX triplet: 0E, 1C and AC. RGB value is (14,28,172). Sum of RGB (Red+Green+Blue) = 14+28+172=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E1CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1CAC is #F1E353. Grayscale: #272727. Windows color (decimal): -15852372 or 11279374. OLE color: 11279374.

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

Color convert

RGB 14 28 172 -
CMYK 0.92 0.84 0 0.33
HSL 234.68º 0.85% 0.36% -
HSV(B) 234.68º 0.92% 0.67% -
XYZ 8.04 3.9 39.36 -
YUV 40.23 202.36 109.29 -
System Red Green Blue C M Y K H S L
Decimal 14 28 172 0.92 0.84 0 0.33 234.68 0.85 0.36
Hex E 1C AC 5C 54 0 21 EB 55 24
Octal 16 34 254 134 124 0 41 353 125 44
Binary 1110 11100 10101100 1011100 1010100 0 100001 11101011 1010101 100100

Color Harmonies of #0E1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1CAC

Black with #0E1CAC

Text Example


Text Example

White with #0E1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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