#152598

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

Shades of Egyptian Blue #152598

Tints of Egyptian Blue #152598

Color information

#152598 (or 0x152598) is unknown color: approx Egyptian Blue. HEX triplet: 15, 25 and 98. RGB value is (21,37,152). Sum of RGB (Red+Green+Blue) = 21+37+152=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #152598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152598 is #EADA67. Grayscale: #2C2C2C. Windows color (decimal): -15391336 or 9970965. OLE color: 9970965.

HSL color Cylindrical-coordinate representation of color #152598: hue angle of 232.67º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152598 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2137152-
CMYK0.860.7600.40
HSL232.67º75.72%33.92%-
HSV(B)232.67º86.18%59.61%-
XYZ6.643.7530.08-
YUV45.33188.2110.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 152 (59.77% from 255) = 72.38%
R=10%
G=17.62%
B=72.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21371520.860.7600.40232.6775.7233.92
Hex152598564C028e94c22
Octal254523012611405035111442
Binary1010110010110011000101011010011000101000111010011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152598; }

 p { color: rgb(21,37,152); }

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

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

 a { background-color: rgb(21,37,152); }

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

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

 span { border-color: rgb(21,37,152); }

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