#15219C

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

Shades of Egyptian Blue #15219C

Tints of Egyptian Blue #15219C

Color information

#15219C (or 0x15219C) is unknown color: approx Egyptian Blue. HEX triplet: 15, 21 and 9C. RGB value is (21,33,156). Sum of RGB (Red+Green+Blue) = 21+33+156=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #15219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15219C is #EADE63. Grayscale: #2A2A2A. Windows color (decimal): -15392356 or 10232085. OLE color: 10232085.

HSL color Cylindrical-coordinate representation of color #15219C: hue angle of 234.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15219C is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2133156-
CMYK0.870.7900.39
HSL234.67º76.27%34.71%-
HSV(B)234.67º86.54%61.18%-
XYZ6.853.6531.8-
YUV43.43191.52112-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 156 (61.33% from 255) = 74.29%
R=10%
G=15.71%
B=74.29%

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
Decimal21331560.870.7900.39234.6776.2734.71
Hex15219C574F027eb4c23
Octal254123412711704735311443
Binary1010110000110011100101011110011110100111111010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15219C; }

 p { color: rgb(21,33,156); }

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

<style>
 a { background-color: #15219C; }

 a { background-color: rgb(21,33,156); }

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

<style>
 span { border-color: #15219C; }

 span { border-color: rgb(21,33,156); }

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