#152B58

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

Shades of Sapphire #152B58

Tints of Sapphire #152B58

Color information

#152B58 (or 0x152B58) is unknown color: approx Sapphire. HEX triplet: 15, 2B and 58. RGB value is (21,43,88). Sum of RGB (Red+Green+Blue) = 21+43+88=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #152B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B58 is #EAD4A7. Grayscale: #292929. Windows color (decimal): -15389864 or 5778197. OLE color: 5778197.

HSL color Cylindrical-coordinate representation of color #152B58: hue angle of 220.3º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152B58 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB214388-
CMYK0.760.5100.65
HSL220.3º61.47%21.37%-
HSV(B)220.3º76.14%34.51%-
XYZ2.932.599.58-
YUV41.55154.21113.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 88 (34.77% from 255) = 57.89%
R=13.82%
G=28.29%
B=57.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2143880.760.5100.65220.361.4721.37
Hex152B584C33041dc3d15
Octal25531301146301013347525
Binary1010110101110110001001100110011010000011101110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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