#152B99

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

Shades of Egyptian Blue #152B99

Tints of Egyptian Blue #152B99

Color information

#152B99 (or 0x152B99) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2B and 99. RGB value is (21,43,153). Sum of RGB (Red+Green+Blue) = 21+43+153=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #152B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B99 is #EAD466. Grayscale: #303030. Windows color (decimal): -15389799 or 10038037. OLE color: 10038037.

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

Color convert

RGB2143153-
CMYK0.860.7200.4
HSL230º75.86%34.12%-
HSV(B)230º86.27%60%-
XYZ6.924.1930.58-
YUV48.96186.71108.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=9.68%
G=19.82%
B=70.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21431530.860.7200.423075.8634.12
Hex152B995648028e64c22
Octal255323112611005034611442
Binary1010110101110011001101011010010000101000111001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152B99; }

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

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

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

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

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

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

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

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