#152496

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

Shades of Egyptian Blue #152496

Tints of Egyptian Blue #152496

Color information

#152496 (or 0x152496) is unknown color: approx Egyptian Blue. HEX triplet: 15, 24 and 96. RGB value is (21,36,150). Sum of RGB (Red+Green+Blue) = 21+36+150=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #152496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152496 is #EADB69. Grayscale: #2C2C2C. Windows color (decimal): -15391594 or 9839637. OLE color: 9839637.

HSL color Cylindrical-coordinate representation of color #152496: hue angle of 233.02º 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 #152496 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2136150-
CMYK0.860.7600.41
HSL233.02º75.44%33.53%-
HSV(B)233.02º86%58.82%-
XYZ6.453.6229.21-
YUV44.51187.53111.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 150 (58.98% from 255) = 72.46%
R=10.14%
G=17.39%
B=72.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21361500.860.7600.41233.0275.4433.53
Hex152496564C029e94b22
Octal254422612611405135111342
Binary1010110010010010110101011010011000101001111010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152496; }

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

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

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

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

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

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

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

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