Html Css Color HEX #14409F Egyptian Blue

📋 copy color: '#14409F'

red 20 ◦ green 64 ◦ blue 159

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

Shades of Egyptian Blue #14409F

Tints of Egyptian Blue #14409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 8.23%
G = 26.34%
B = 65.43%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14409F (or 0x14409F) is known color: Egyptian Blue. HEX triplet: 14, 40 and 9F. RGB value is (20,64,159). Sum of RGB (Red+Green+Blue) = 20+64+159=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #14409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14409F is #EBBF60. Grayscale: #3D3D3D. Windows color (decimal): -15449953 or 10436628. OLE color: 10436628.

HSL color Cylindrical-coordinate representation of color #14409F: hue angle of 221.01º degrees, saturation: 0.78, 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 #14409F is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 64 159 -
CMYK 0.87 0.60 0 0.38
HSL 221.01º 0.78% 0.35% -
HSV(B) 221.01º 0.87% 0.62% -
XYZ 8.38 6.32 33.58 -
YUV 61.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 20 64 159 0.87 0.60 0 0.38 221.01 0.78 0.35
Hex 14 40 9F 57 3C 0 26 DD 4E 23
Octal 24 100 237 127 74 0 46 335 116 43
Binary 10100 1000000 10011111 1010111 111100 0 100110 11011101 1001110 100011

Color Harmonies of #14409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14409F

Black with #14409F

Text Example


Text Example

White with #14409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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