#153599

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

Shades of Egyptian Blue #153599

Tints of Egyptian Blue #153599

Color information

#153599 (or 0x153599) is unknown color: approx Egyptian Blue. HEX triplet: 15, 35 and 99. RGB value is (21,53,153). Sum of RGB (Red+Green+Blue) = 21+53+153=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #153599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153599 is #EACA66. Grayscale: #363636. Windows color (decimal): -15387239 or 10040597. OLE color: 10040597.

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

Color convert

RGB2153153-
CMYK0.860.6500.4
HSL225.45º75.86%34.12%-
HSV(B)225.45º86.27%60%-
XYZ7.335.0130.72-
YUV54.83183.4103.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 153 (60.16% from 255) = 67.40%
R=9.25%
G=23.35%
B=67.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21531530.860.6500.4225.4575.8634.12
Hex1535995641028e14c22
Octal256523112610105034111442
Binary1010111010110011001101011010000010101000111000011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153599; }

 p { color: rgb(21,53,153); }

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

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

 a { background-color: rgb(21,53,153); }

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

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

 span { border-color: rgb(21,53,153); }

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