#153999

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

Shades of Egyptian Blue #153999

Tints of Egyptian Blue #153999

Color information

#153999 (or 0x153999) is unknown color: approx Egyptian Blue. HEX triplet: 15, 39 and 99. RGB value is (21,57,153). Sum of RGB (Red+Green+Blue) = 21+57+153=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #153999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153999 is #EAC666. Grayscale: #383838. Windows color (decimal): -15386215 or 10041621. OLE color: 10041621.

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

Color convert

RGB2157153-
CMYK0.860.6300.4
HSL223.64º75.86%34.12%-
HSV(B)223.64º86.27%60%-
XYZ7.525.3930.78-
YUV57.18182.07102.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 153 (60.16% from 255) = 66.23%
R=9.09%
G=24.68%
B=66.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21571530.860.6300.4223.6475.8634.12
Hex153999563F028e04c22
Octal25712311267705034011442
Binary101011110011001100110101101111110101000111000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153999; }

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

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

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

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

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

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

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

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