#152D58

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

Shades of Sapphire #152D58

Tints of Sapphire #152D58

Color information

#152D58 (or 0x152D58) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 58. RGB value is (21,45,88). Sum of RGB (Red+Green+Blue) = 21+45+88=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #152D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D58 is #EAD2A7. Grayscale: #2A2A2A. Windows color (decimal): -15389352 or 5778709. OLE color: 5778709.

HSL color Cylindrical-coordinate representation of color #152D58: hue angle of 218.51º 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 #152D58 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB214588-
CMYK0.760.4900.65
HSL218.51º61.47%21.37%-
HSV(B)218.51º76.14%34.51%-
XYZ3.012.749.6-
YUV42.73153.55112.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=13.64%
G=29.22%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2145880.760.4900.65218.5161.4721.37
Hex152D584C31041db3d15
Octal25551301146101013337525
Binary1010110110110110001001100110001010000011101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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