#152999

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

Shades of Egyptian Blue #152999

Tints of Egyptian Blue #152999

Color information

#152999 (or 0x152999) is unknown color: approx Egyptian Blue. HEX triplet: 15, 29 and 99. RGB value is (21,41,153). Sum of RGB (Red+Green+Blue) = 21+41+153=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #152999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152999 is #EAD666. Grayscale: #2F2F2F. Windows color (decimal): -15390311 or 10037525. OLE color: 10037525.

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

Color convert

RGB2141153-
CMYK0.860.7300.4
HSL230.91º75.86%34.12%-
HSV(B)230.91º86.27%60%-
XYZ6.854.0530.56-
YUV47.79187.37108.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 153 (60.16% from 255) = 71.16%
R=9.77%
G=19.07%
B=71.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21411530.860.7300.4230.9175.8634.12
Hex1529995649028e74c22
Octal255123112611105034711442
Binary1010110100110011001101011010010010101000111001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152999; }

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

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

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

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

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

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

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

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