#152B52

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

Shades of Sapphire #152B52

Tints of Sapphire #152B52

Color information

#152B52 (or 0x152B52) is unknown color: approx Sapphire. HEX triplet: 15, 2B and 52. RGB value is (21,43,82). Sum of RGB (Red+Green+Blue) = 21+43+82=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #152B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B52 is #EAD4AD. Grayscale: #282828. Windows color (decimal): -15389870 or 5384981. OLE color: 5384981.

HSL color Cylindrical-coordinate representation of color #152B52: hue angle of 218.36º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152B52 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB214382-
CMYK0.740.4800.68
HSL218.36º59.22%20.2%-
HSV(B)218.36º74.39%32.16%-
XYZ2.72.58.32-
YUV40.87151.21113.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 82 (32.42% from 255) = 56.16%
R=14.38%
G=29.45%
B=56.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2143820.740.4800.68218.3659.2220.2
Hex152B524A30044da3b14
Octal25531221126001043327324
Binary1010110101110100101001010110000010001001101101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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