#152897

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

Shades of Egyptian Blue #152897

Tints of Egyptian Blue #152897

Color information

#152897 (or 0x152897) is unknown color: approx Egyptian Blue. HEX triplet: 15, 28 and 97. RGB value is (21,40,151). Sum of RGB (Red+Green+Blue) = 21+40+151=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #152897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152897 is #EAD768. Grayscale: #2E2E2E. Windows color (decimal): -15390569 or 9906197. OLE color: 9906197.

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

Color convert

RGB2140151-
CMYK0.860.7400.41
HSL231.23º75.58%33.73%-
HSV(B)231.23º86.09%59.22%-
XYZ6.653.9129.68-
YUV46.97186.71109.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 151 (59.38% from 255) = 71.23%
R=9.91%
G=18.87%
B=71.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21401510.860.7400.41231.2375.5833.73
Hex152897564A029e74c22
Octal255022712611205134711442
Binary1010110100010010111101011010010100101001111001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152897; }

 p { color: rgb(21,40,151); }

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

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

 a { background-color: rgb(21,40,151); }

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

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

 span { border-color: rgb(21,40,151); }

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