Html Css Color HEX #14429B Egyptian Blue

📋 copy color: '#14429B'

red 20 ◦ green 66 ◦ blue 155

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

Shades of Egyptian Blue #14429B

Tints of Egyptian Blue #14429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 8.3%
G = 27.39%
B = 64.32%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14429B (or 0x14429B) is known color: Egyptian Blue. HEX triplet: 14, 42 and 9B. RGB value is (20,66,155). Sum of RGB (Red+Green+Blue) = 20+66+155=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #14429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14429B is #EBBD64. Grayscale: #3D3D3D. Windows color (decimal): -15449445 or 10174996. OLE color: 10174996.

HSL color Cylindrical-coordinate representation of color #14429B: hue angle of 219.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14429B is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 66 155 -
CMYK 0.87 0.57 0 0.39
HSL 219.56º 0.77% 0.34% -
HSV(B) 219.56º 0.87% 0.61% -
XYZ 8.15 6.41 31.82 -
YUV 62.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 20 66 155 0.87 0.57 0 0.39 219.56 0.77 0.34
Hex 14 42 9B 57 39 0 27 DC 4D 22
Octal 24 102 233 127 71 0 47 334 115 42
Binary 10100 1000010 10011011 1010111 111001 0 100111 11011100 1001101 100010

Color Harmonies of #14429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14429B

Black with #14429B

Text Example


Text Example

White with #14429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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