Html Css Color HEX #0E42A4 Egyptian Blue

📋 copy color: '#0E42A4'

red 14 ◦ green 66 ◦ blue 164

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

Shades of Egyptian Blue #0E42A4

Tints of Egyptian Blue #0E42A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 164 (64.45% from 255) = 67.21%

R = 5.74%
G = 27.05%
B = 67.21%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E42A4 (or 0x0E42A4) is known color: Egyptian Blue. HEX triplet: 0E, 42 and A4. RGB value is (14,66,164). Sum of RGB (Red+Green+Blue) = 14+66+164=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E42A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E42A4 is #F1BD5B. Grayscale: #3D3D3D. Windows color (decimal): -15842652 or 10764814. OLE color: 10764814.

HSL color Cylindrical-coordinate representation of color #0E42A4: hue angle of 219.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E42A4 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 66 164 -
CMYK 0.91 0.60 0 0.36
HSL 219.2º 0.84% 0.35% -
HSV(B) 219.2º 0.91% 0.64% -
XYZ 8.83 6.67 35.94 -
YUV 61.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 14 66 164 0.91 0.60 0 0.36 219.2 0.84 0.35
Hex E 42 A4 5B 3C 0 24 DB 54 23
Octal 16 102 244 133 74 0 44 333 124 43
Binary 1110 1000010 10100100 1011011 111100 0 100100 11011011 1010100 100011

Color Harmonies of #0E42A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E42A4

Black with #0E42A4

Text Example


Text Example

White with #0E42A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,66,164); }

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

background-color css

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

 a { background-color: rgb(14,66,164); }

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

border-color css

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

 span { border-color: rgb(14,66,164); }

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