#153498

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

Shades of Egyptian Blue #153498

Tints of Egyptian Blue #153498

Color information

#153498 (or 0x153498) is unknown color: approx Egyptian Blue. HEX triplet: 15, 34 and 98. RGB value is (21,52,152). Sum of RGB (Red+Green+Blue) = 21+52+152=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #153498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153498 is #EACB67. Grayscale: #353535. Windows color (decimal): -15387496 or 9974805. OLE color: 9974805.

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

Color convert

RGB2152152-
CMYK0.860.6600.40
HSL225.8º75.72%33.92%-
HSV(B)225.8º86.18%59.61%-
XYZ7.24.8830.27-
YUV54.13183.23104.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 152 (59.77% from 255) = 67.56%
R=9.33%
G=23.11%
B=67.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21521520.860.6600.40225.875.7233.92
Hex1534985642028e24c22
Octal256423012610205034211442
Binary1010111010010011000101011010000100101000111000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153498; }

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

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

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

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

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

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

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

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