Html Css Color HEX #14429D Egyptian Blue

📋 copy color: '#14429D'

red 20 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #14429D

Tints of Egyptian Blue #14429D

RGB

 RED value IS 20 (8.2% from 255) = 8.23%

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

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 8.23%
G = 27.16%
B = 64.61%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14429D (or 0x14429D) is known color: Egyptian Blue. HEX triplet: 14, 42 and 9D. RGB value is (20,66,157). Sum of RGB (Red+Green+Blue) = 20+66+157=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #14429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14429D is #EBBD62. Grayscale: #3E3E3E. Windows color (decimal): -15449443 or 10306068. OLE color: 10306068.

HSL color Cylindrical-coordinate representation of color #14429D: hue angle of 219.85º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14429D is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 66 157 -
CMYK 0.87 0.58 0 0.38
HSL 219.85º 0.77% 0.35% -
HSV(B) 219.85º 0.87% 0.62% -
XYZ 8.32 6.48 32.71 -
YUV 62.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 20 66 157 0.87 0.58 0 0.38 219.85 0.77 0.35
Hex 14 42 9D 57 3A 0 26 DC 4D 23
Octal 24 102 235 127 72 0 46 334 115 43
Binary 10100 1000010 10011101 1010111 111010 0 100110 11011100 1001101 100011

Color Harmonies of #14429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14429D

Black with #14429D

Text Example


Text Example

White with #14429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14429D; }

 p { color: rgb(20,66,157); }

 H1.HeaderClassName
 {
   color: #14429D;
 }
 .AnyTagClassName
 {
   color: #14429D;
 }
</style>

background-color css

<style>
 a { background-color: #14429D; }

 a { background-color: rgb(20,66,157); }

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

border-color css

<style>
 span { border-color: #14429D; }

 span { border-color: rgb(20,66,157); }

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