Shades of Sapphire #152A5E
Tints of Sapphire #152A5E
RGB
CMYK
RGB Variations
Color information
#152A5E (or 0x152A5E) is known color: Sapphire. HEX triplet: 15, 2A and 5E. RGB value is (21,42,94). Sum of RGB (Red+Green+Blue) = 21+42+94=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #152A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A5E is #EAD5A1. Grayscale: #292929. Windows color (decimal): -15390114 or 6171157. OLE color: 6171157.
HSL color Cylindrical-coordinate representation of color #152A5E: hue angle of 222.74º degrees, saturation: 0.63, 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 #152A5E is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 42 | 94 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.63 |
| HSL | 222.74º | 0.63% | 0.23% | - |
| HSV(B) | 222.74º | 0.78% | 0.37% | - |
| XYZ | 3.16 | 2.62 | 10.93 | - |
| YUV | 41.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 94 | 0.78 | 0.55 | 0 | 0.63 | 222.74 | 0.63 | 0.23 |
| Hex | 15 | 2A | 5E | 4E | 37 | 0 | 3F | DF | 3F | 17 |
| Octal | 25 | 52 | 136 | 116 | 67 | 0 | 77 | 337 | 77 | 27 |
| Binary | 10101 | 101010 | 1011110 | 1001110 | 110111 | 0 | 111111 | 11011111 | 111111 | 10111 |
Color Harmonies of #152A5E
Complementary color
Monochromatic Colors of #152A5E
Black with #152A5E
Text Example
Text Example
White with #152A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A5E; }
p { color: rgb(21,42,94); }
H1.HeaderClassName
{
color: #152A5E;
}
.AnyTagClassName
{
color: #152A5E;
}
</style>
background-color css
<style>
a { background-color: #152A5E; }
a { background-color: rgb(21,42,94); }
div.DivClassName
{
background-color: #152A5E;
}
.BgClassName
{
background-color: #152A5E;
}
</style>
border-color css
<style>
span { border-color: #152A5E; }
span { border-color: rgb(21,42,94); }
td.TdClassName
{
border-color: #152A5E;
}
.TagClassName
{
border-color: #152A5E;
}
</style>