Html Css Color HEX #14409B Egyptian Blue

📋 copy color: '#14409B'

red 20 ◦ green 64 ◦ blue 155

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

Shades of Egyptian Blue #14409B

Tints of Egyptian Blue #14409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

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

R = 8.37%
G = 26.78%
B = 64.85%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14409B (or 0x14409B) is known color: Egyptian Blue. HEX triplet: 14, 40 and 9B. RGB value is (20,64,155). Sum of RGB (Red+Green+Blue) = 20+64+155=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #14409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14409B is #EBBF64. Grayscale: #3C3C3C. Windows color (decimal): -15449957 or 10174484. OLE color: 10174484.

HSL color Cylindrical-coordinate representation of color #14409B: hue angle of 220.44º 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 #14409B is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 64 155 -
CMYK 0.87 0.59 0 0.39
HSL 220.44º 0.77% 0.34% -
HSV(B) 220.44º 0.87% 0.61% -
XYZ 8.04 6.18 31.78 -
YUV 61.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 20 64 155 0.87 0.59 0 0.39 220.44 0.77 0.34
Hex 14 40 9B 57 3B 0 27 DC 4D 22
Octal 24 100 233 127 73 0 47 334 115 42
Binary 10100 1000000 10011011 1010111 111011 0 100111 11011100 1001101 100010

Color Harmonies of #14409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14409B

Black with #14409B

Text Example


Text Example

White with #14409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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