Html Css Color HEX #14449F Egyptian Blue

📋 copy color: '#14449F'

red 20 ◦ green 68 ◦ blue 159

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

Shades of Egyptian Blue #14449F

Tints of Egyptian Blue #14449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 8.1%
G = 27.53%
B = 64.37%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14449F (or 0x14449F) is known color: Egyptian Blue. HEX triplet: 14, 44 and 9F. RGB value is (20,68,159). Sum of RGB (Red+Green+Blue) = 20+68+159=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #14449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14449F is #EBBB60. Grayscale: #3F3F3F. Windows color (decimal): -15448929 or 10437652. OLE color: 10437652.

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

Color convert

RGB 20 68 159 -
CMYK 0.87 0.57 0 0.38
HSL 219.28º 0.78% 0.35% -
HSV(B) 219.28º 0.87% 0.62% -
XYZ 8.61 6.79 33.66 -
YUV 64.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 20 68 159 0.87 0.57 0 0.38 219.28 0.78 0.35
Hex 14 44 9F 57 39 0 26 DB 4E 23
Octal 24 104 237 127 71 0 46 333 116 43
Binary 10100 1000100 10011111 1010111 111001 0 100110 11011011 1001110 100011

Color Harmonies of #14449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14449F

Black with #14449F

Text Example


Text Example

White with #14449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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