#152D5F

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

Shades of Sapphire #152D5F

Tints of Sapphire #152D5F

Color information

#152D5F (or 0x152D5F) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 5F. RGB value is (21,45,95). Sum of RGB (Red+Green+Blue) = 21+45+95=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #152D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D5F is #EAD2A0. Grayscale: #2B2B2B. Windows color (decimal): -15389345 or 6237461. OLE color: 6237461.

HSL color Cylindrical-coordinate representation of color #152D5F: hue angle of 220.54º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152D5F is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB214595-
CMYK0.780.5300.63
HSL220.54º63.79%22.75%-
HSV(B)220.54º77.89%37.25%-
XYZ3.312.8611.2-
YUV43.52157.05111.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=13.04%
G=27.95%
B=59.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2145950.780.5300.63220.5463.7922.75
Hex152D5F4E3503Fdd4017
Octal25551371166507733510027
Binary1010110110110111111001110110101011111111011101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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