#152B8C

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

Shades of Egyptian Blue #152B8C

Tints of Egyptian Blue #152B8C

Color information

#152B8C (or 0x152B8C) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2B and 8C. RGB value is (21,43,140). Sum of RGB (Red+Green+Blue) = 21+43+140=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #152B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B8C is #EAD473. Grayscale: #2F2F2F. Windows color (decimal): -15389812 or 9186069. OLE color: 9186069.

HSL color Cylindrical-coordinate representation of color #152B8C: hue angle of 228.91º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152B8C is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2143140-
CMYK0.850.6900.45
HSL228.91º73.91%31.57%-
HSV(B)228.91º85%54.9%-
XYZ5.913.7825.23-
YUV47.48180.21109.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 140 (55.08% from 255) = 68.63%
R=10.29%
G=21.08%
B=68.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21431400.850.6900.45228.9173.9131.57
Hex152B8C554502De54a20
Octal255321412510505534511240
Binary1010110101110001100101010110001010101101111001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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