Html Css Color HEX #14409C Egyptian Blue

📋 copy color: '#14409C'

red 20 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #14409C

Tints of Egyptian Blue #14409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65%

R = 8.33%
G = 26.67%
B = 65%

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

#14409C (or 0x14409C) is known color: Egyptian Blue. HEX triplet: 14, 40 and 9C. RGB value is (20,64,156). Sum of RGB (Red+Green+Blue) = 20+64+156=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #14409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14409C is #EBBF63. Grayscale: #3C3C3C. Windows color (decimal): -15449956 or 10240020. OLE color: 10240020.

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

Color convert

RGB 20 64 156 -
CMYK 0.87 0.59 0 0.39
HSL 220.59º 0.77% 0.35% -
HSV(B) 220.59º 0.87% 0.61% -
XYZ 8.12 6.22 32.22 -
YUV 61.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 20 64 156 0.87 0.59 0 0.39 220.59 0.77 0.35
Hex 14 40 9C 57 3B 0 27 DD 4D 23
Octal 24 100 234 127 73 0 47 335 115 43
Binary 10100 1000000 10011100 1010111 111011 0 100111 11011101 1001101 100011

Color Harmonies of #14409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14409C

Black with #14409C

Text Example


Text Example

White with #14409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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