Shades of Sapphire #152F63
Tints of Sapphire #152F63
RGB
CMYK
RGB Variations
Color information
#152F63 (or 0x152F63) is known color: Sapphire. HEX triplet: 15, 2F and 63. RGB value is (21,47,99). Sum of RGB (Red+Green+Blue) = 21+47+99=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #152F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F63 is #EAD09C. Grayscale: #2C2C2C. Windows color (decimal): -15388829 or 6500117. OLE color: 6500117.
HSL color Cylindrical-coordinate representation of color #152F63: hue angle of 220º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152F63 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 47 | 99 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.61 |
| HSL | 220º | 0.65% | 0.24% | - |
| HSV(B) | 220º | 0.79% | 0.39% | - |
| XYZ | 3.58 | 3.09 | 12.21 | - |
| YUV | 45.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 99 | 0.79 | 0.53 | 0 | 0.61 | 220 | 0.65 | 0.24 |
| Hex | 15 | 2F | 63 | 4F | 35 | 0 | 3D | DC | 41 | 18 |
| Octal | 25 | 57 | 143 | 117 | 65 | 0 | 75 | 334 | 101 | 30 |
| Binary | 10101 | 101111 | 1100011 | 1001111 | 110101 | 0 | 111101 | 11011100 | 1000001 | 11000 |
Color Harmonies of #152F63
Complementary color
Monochromatic Colors of #152F63
Black with #152F63
Text Example
Text Example
White with #152F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F63; }
p { color: rgb(21,47,99); }
H1.HeaderClassName
{
color: #152F63;
}
.AnyTagClassName
{
color: #152F63;
}
</style>
background-color css
<style>
a { background-color: #152F63; }
a { background-color: rgb(21,47,99); }
div.DivClassName
{
background-color: #152F63;
}
.BgClassName
{
background-color: #152F63;
}
</style>
border-color css
<style>
span { border-color: #152F63; }
span { border-color: rgb(21,47,99); }
td.TdClassName
{
border-color: #152F63;
}
.TagClassName
{
border-color: #152F63;
}
</style>