Shades of Sapphire #152461
Tints of Sapphire #152461
RGB
CMYK
RGB Variations
Color information
#152461 (or 0x152461) is known color: Sapphire. HEX triplet: 15, 24 and 61. RGB value is (21,36,97). Sum of RGB (Red+Green+Blue) = 21+36+97=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #152461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152461 is #EADB9E. Grayscale: #262626. Windows color (decimal): -15391647 or 6366229. OLE color: 6366229.
HSL color Cylindrical-coordinate representation of color #152461: hue angle of 228.16º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152461 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 36 | 97 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.62 |
| HSL | 228.16º | 0.64% | 0.23% | - |
| HSV(B) | 228.16º | 0.78% | 0.38% | - |
| XYZ | 3.1 | 2.28 | 11.59 | - |
| YUV | 38.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 97 | 0.78 | 0.63 | 0 | 0.62 | 228.16 | 0.64 | 0.23 |
| Hex | 15 | 24 | 61 | 4E | 3F | 0 | 3E | E4 | 40 | 17 |
| Octal | 25 | 44 | 141 | 116 | 77 | 0 | 76 | 344 | 100 | 27 |
| Binary | 10101 | 100100 | 1100001 | 1001110 | 111111 | 0 | 111110 | 11100100 | 1000000 | 10111 |
Color Harmonies of #152461
Complementary color
Monochromatic Colors of #152461
Black with #152461
Text Example
Text Example
White with #152461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152461; }
p { color: rgb(21,36,97); }
H1.HeaderClassName
{
color: #152461;
}
.AnyTagClassName
{
color: #152461;
}
</style>
background-color css
<style>
a { background-color: #152461; }
a { background-color: rgb(21,36,97); }
div.DivClassName
{
background-color: #152461;
}
.BgClassName
{
background-color: #152461;
}
</style>
border-color css
<style>
span { border-color: #152461; }
span { border-color: rgb(21,36,97); }
td.TdClassName
{
border-color: #152461;
}
.TagClassName
{
border-color: #152461;
}
</style>