#14439F

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

Shades of Egyptian Blue #14439F

Tints of Egyptian Blue #14439F

Color information

#14439F (or 0x14439F) is unknown color: approx Egyptian Blue. HEX triplet: 14, 43 and 9F. RGB value is (20,67,159). Sum of RGB (Red+Green+Blue) = 20+67+159=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #14439F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14439F is #EBBC60. Grayscale: #3F3F3F. Windows color (decimal): -15449185 or 10437396. OLE color: 10437396.

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

Color convert

RGB2067159-
CMYK0.870.5800.38
HSL219.71º77.65%35.1%-
HSV(B)219.71º87.42%62.35%-
XYZ8.556.6733.64-
YUV63.44181.9397.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 159 (62.5% from 255) = 64.63%
R=8.13%
G=27.24%
B=64.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20671590.870.5800.38219.7177.6535.1
Hex14439F573A026dc4e23
Octal241032371277204633411643
Binary1010010000111001111110101111110100100110110111001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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