#14459F

Color #14459F Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #14459F

Tints of Egyptian Blue #14459F

Color information

#14459F (or 0x14459F) is unknown color: approx Egyptian Blue. HEX triplet: 14, 45 and 9F. RGB value is (20,69,159). Sum of RGB (Red+Green+Blue) = 20+69+159=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #14459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14459F is #EBBA60. Grayscale: #404040. Windows color (decimal): -15448673 or 10437908. OLE color: 10437908.

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

Color convert

RGB2069159-
CMYK0.870.5700.38
HSL218.85º77.65%35.1%-
HSV(B)218.85º87.42%62.35%-
XYZ8.676.9133.68-
YUV64.61181.2796.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=8.06%
G=27.82%
B=64.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20691590.870.5700.38218.8577.6535.1
Hex14459F5739026db4e23
Octal241052371277104633311643
Binary1010010001011001111110101111110010100110110110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14459F;
 }
 .AnyTagClassName
 {
   color: #14459F;
 }
</style>
background-color css

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

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

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

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

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

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