#14209A

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

Shades of Egyptian Blue #14209A

Tints of Egyptian Blue #14209A

Color information

#14209A (or 0x14209A) is unknown color: approx Egyptian Blue. HEX triplet: 14, 20 and 9A. RGB value is (20,32,154). Sum of RGB (Red+Green+Blue) = 20+32+154=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #14209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14209A is #EBDF65. Grayscale: #292929. Windows color (decimal): -15458150 or 10100756. OLE color: 10100756.

HSL color Cylindrical-coordinate representation of color #14209A: hue angle of 234.63º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14209A is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2032154-
CMYK0.870.7900.40
HSL234.63º77.01%34.12%-
HSV(B)234.63º87.01%60.39%-
XYZ6.643.5130.9-
YUV42.32191.02112.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 154 (60.55% from 255) = 74.76%
R=9.71%
G=15.53%
B=74.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20321540.870.7900.40234.6377.0134.12
Hex14209A574F028eb4d22
Octal244023212711705035311542
Binary1010010000010011010101011110011110101000111010111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14209A; }

 p { color: rgb(20,32,154); }

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

<style>
 a { background-color: #14209A; }

 a { background-color: rgb(20,32,154); }

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

<style>
 span { border-color: #14209A; }

 span { border-color: rgb(20,32,154); }

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