Shades of Sapphire #152F6D
Tints of Sapphire #152F6D
RGB
CMYK
RGB Variations
Color information
#152F6D (or 0x152F6D) is known color: Sapphire. HEX triplet: 15, 2F and 6D. RGB value is (21,47,109). Sum of RGB (Red+Green+Blue) = 21+47+109=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #152F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F6D is #EAD092. Grayscale: #2E2E2E. Windows color (decimal): -15388819 or 7155477. OLE color: 7155477.
HSL color Cylindrical-coordinate representation of color #152F6D: hue angle of 222.27º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152F6D is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 47 | 109 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.57 |
| HSL | 222.27º | 0.68% | 0.25% | - |
| HSV(B) | 222.27º | 0.81% | 0.43% | - |
| XYZ | 4.09 | 3.3 | 14.89 | - |
| YUV | 46.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 109 | 0.81 | 0.57 | 0 | 0.57 | 222.27 | 0.68 | 0.25 |
| Hex | 15 | 2F | 6D | 51 | 39 | 0 | 39 | DE | 44 | 19 |
| Octal | 25 | 57 | 155 | 121 | 71 | 0 | 71 | 336 | 104 | 31 |
| Binary | 10101 | 101111 | 1101101 | 1010001 | 111001 | 0 | 111001 | 11011110 | 1000100 | 11001 |
Color Harmonies of #152F6D
Complementary color
Monochromatic Colors of #152F6D
Black with #152F6D
Text Example
Text Example
White with #152F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F6D; }
p { color: rgb(21,47,109); }
H1.HeaderClassName
{
color: #152F6D;
}
.AnyTagClassName
{
color: #152F6D;
}
</style>
background-color css
<style>
a { background-color: #152F6D; }
a { background-color: rgb(21,47,109); }
div.DivClassName
{
background-color: #152F6D;
}
.BgClassName
{
background-color: #152F6D;
}
</style>
border-color css
<style>
span { border-color: #152F6D; }
span { border-color: rgb(21,47,109); }
td.TdClassName
{
border-color: #152F6D;
}
.TagClassName
{
border-color: #152F6D;
}
</style>