#152f99

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

Shades of Egyptian Blue #152F99

Tints of Egyptian Blue #152F99

Color information

#152F99 (or 0x152F99) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2F and 99. RGB value is (21,47,153). Sum of RGB (Red+Green+Blue) = 21+47+153=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #152F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F99 is #EAD066. Grayscale: #323232. Windows color (decimal): -15388775 or 10039061. OLE color: 10039061.

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

Color convert

RGB2147153-
CMYK0.860.6900.4
HSL228.18º75.86%34.12%-
HSV(B)228.18º86.27%60%-
XYZ7.084.4930.63-
YUV51.31185.39106.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=9.50%
G=21.27%
B=69.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21471530.860.6900.4228.1875.8634.12
Hex152F995645028e44c22
Octal255723112610505034411442
Binary1010110111110011001101011010001010101000111001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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