Shades of Sapphire #152A56
Tints of Sapphire #152A56
RGB
CMYK
RGB Variations
Color information
#152A56 (or 0x152A56) is known color: Sapphire. HEX triplet: 15, 2A and 56. RGB value is (21,42,86). Sum of RGB (Red+Green+Blue) = 21+42+86=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #152A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A56 is #EAD5A9. Grayscale: #282828. Windows color (decimal): -15390122 or 5646869. OLE color: 5646869.
HSL color Cylindrical-coordinate representation of color #152A56: hue angle of 220.62º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152A56 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 42 | 86 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.66 |
| HSL | 220.62º | 0.61% | 0.21% | - |
| HSV(B) | 220.62º | 0.76% | 0.34% | - |
| XYZ | 2.82 | 2.49 | 9.14 | - |
| YUV | 40.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 86 | 0.76 | 0.51 | 0 | 0.66 | 220.62 | 0.61 | 0.21 |
| Hex | 15 | 2A | 56 | 4C | 33 | 0 | 42 | DD | 3D | 15 |
| Octal | 25 | 52 | 126 | 114 | 63 | 0 | 102 | 335 | 75 | 25 |
| Binary | 10101 | 101010 | 1010110 | 1001100 | 110011 | 0 | 1000010 | 11011101 | 111101 | 10101 |
Color Harmonies of #152A56
Complementary color
Monochromatic Colors of #152A56
Black with #152A56
Text Example
Text Example
White with #152A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A56; }
p { color: rgb(21,42,86); }
H1.HeaderClassName
{
color: #152A56;
}
.AnyTagClassName
{
color: #152A56;
}
</style>
background-color css
<style>
a { background-color: #152A56; }
a { background-color: rgb(21,42,86); }
div.DivClassName
{
background-color: #152A56;
}
.BgClassName
{
background-color: #152A56;
}
</style>
border-color css
<style>
span { border-color: #152A56; }
span { border-color: rgb(21,42,86); }
td.TdClassName
{
border-color: #152A56;
}
.TagClassName
{
border-color: #152A56;
}
</style>