Html Css Color HEX #14449B Egyptian Blue

📋 copy color: '#14449B'

red 20 ◦ green 68 ◦ blue 155

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

Shades of Egyptian Blue #14449B

Tints of Egyptian Blue #14449B

RGB

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

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

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

R = 8.23%
G = 27.98%
B = 63.79%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14449B (or 0x14449B) is known color: Egyptian Blue. HEX triplet: 14, 44 and 9B. RGB value is (20,68,155). Sum of RGB (Red+Green+Blue) = 20+68+155=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #14449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14449B is #EBBB64. Grayscale: #3F3F3F. Windows color (decimal): -15448933 or 10175508. OLE color: 10175508.

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

Color convert

RGB 20 68 155 -
CMYK 0.87 0.56 0 0.39
HSL 218.67º 0.77% 0.34% -
HSV(B) 218.67º 0.87% 0.61% -
XYZ 8.27 6.65 31.86 -
YUV 63.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 20 68 155 0.87 0.56 0 0.39 218.67 0.77 0.34
Hex 14 44 9B 57 38 0 27 DB 4D 22
Octal 24 104 233 127 70 0 47 333 115 42
Binary 10100 1000100 10011011 1010111 111000 0 100111 11011011 1001101 100010

Color Harmonies of #14449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14449B

Black with #14449B

Text Example


Text Example

White with #14449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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