Html Css Color HEX #0E1DAC Egyptian Blue

📋 copy color: '#0E1DAC'

red 14 ◦ green 29 ◦ blue 172

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

Shades of Egyptian Blue #0E1DAC

Tints of Egyptian Blue #0E1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

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

R = 6.51%
G = 13.49%
B = 80%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E1DAC (or 0x0E1DAC) is known color: Egyptian Blue. HEX triplet: 0E, 1D and AC. RGB value is (14,29,172). Sum of RGB (Red+Green+Blue) = 14+29+172=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E1DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1DAC is #F1E253. Grayscale: #282828. Windows color (decimal): -15852116 or 11279630. OLE color: 11279630.

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

Color convert

RGB 14 29 172 -
CMYK 0.92 0.83 0 0.33
HSL 234.3º 0.85% 0.36% -
HSV(B) 234.3º 0.92% 0.67% -
XYZ 8.07 3.95 39.37 -
YUV 40.82 202.03 108.87 -
System Red Green Blue C M Y K H S L
Decimal 14 29 172 0.92 0.83 0 0.33 234.3 0.85 0.36
Hex E 1D AC 5C 53 0 21 EA 55 24
Octal 16 35 254 134 123 0 41 352 125 44
Binary 1110 11101 10101100 1011100 1010011 0 100001 11101010 1010101 100100

Color Harmonies of #0E1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1DAC

Black with #0E1DAC

Text Example


Text Example

White with #0E1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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