#14219B

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

Shades of Egyptian Blue #14219B

Tints of Egyptian Blue #14219B

Color information

#14219B (or 0x14219B) is unknown color: approx Egyptian Blue. HEX triplet: 14, 21 and 9B. RGB value is (20,33,155). Sum of RGB (Red+Green+Blue) = 20+33+155=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #14219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14219B is #EBDE64. Grayscale: #2A2A2A. Windows color (decimal): -15457893 or 10166548. OLE color: 10166548.

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

Color convert

RGB2033155-
CMYK0.870.7900.39
HSL234.22º77.14%34.31%-
HSV(B)234.22º87.1%60.78%-
XYZ6.753.631.35-
YUV43.02191.19111.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 155 (60.94% from 255) = 74.52%
R=9.62%
G=15.87%
B=74.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20331550.870.7900.39234.2277.1434.31
Hex14219B574F027ea4d22
Octal244123312711704735211542
Binary1010010000110011011101011110011110100111111010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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