#15229C

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

Shades of Egyptian Blue #15229C

Tints of Egyptian Blue #15229C

Color information

#15229C (or 0x15229C) is unknown color: approx Egyptian Blue. HEX triplet: 15, 22 and 9C. RGB value is (21,34,156). Sum of RGB (Red+Green+Blue) = 21+34+156=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #15229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15229C is #EADD63. Grayscale: #2B2B2B. Windows color (decimal): -15392100 or 10232341. OLE color: 10232341.

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

Color convert

RGB2134156-
CMYK0.870.7800.39
HSL234.22º76.27%34.71%-
HSV(B)234.22º86.54%61.18%-
XYZ6.883.731.8-
YUV44.02191.19111.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 156 (61.33% from 255) = 73.93%
R=9.95%
G=16.11%
B=73.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21341560.870.7800.39234.2276.2734.71
Hex15229C574E027ea4c23
Octal254223412711604735211443
Binary1010110001010011100101011110011100100111111010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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