#152296

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

Shades of Egyptian Blue #152296

Tints of Egyptian Blue #152296

Color information

#152296 (or 0x152296) is unknown color: approx Egyptian Blue. HEX triplet: 15, 22 and 96. RGB value is (21,34,150). Sum of RGB (Red+Green+Blue) = 21+34+150=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #152296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152296 is #EADD69. Grayscale: #2A2A2A. Windows color (decimal): -15392106 or 9839125. OLE color: 9839125.

HSL color Cylindrical-coordinate representation of color #152296: hue angle of 233.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152296 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2134150-
CMYK0.860.7700.41
HSL233.95º75.44%33.53%-
HSV(B)233.95º86%58.82%-
XYZ6.393.5129.19-
YUV43.34188.19112.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 150 (58.98% from 255) = 73.17%
R=10.24%
G=16.59%
B=73.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21341500.860.7700.41233.9575.4433.53
Hex152296564D029ea4b22
Octal254222612611505135211342
Binary1010110001010010110101011010011010101001111010101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152296; }

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

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

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

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

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

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

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

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