Shades of Sapphire #152C5C
Tints of Sapphire #152C5C
RGB
CMYK
RGB Variations
Color information
#152C5C (or 0x152C5C) is known color: Sapphire. HEX triplet: 15, 2C and 5C. RGB value is (21,44,92). Sum of RGB (Red+Green+Blue) = 21+44+92=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #152C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C5C is #EAD3A3. Grayscale: #2A2A2A. Windows color (decimal): -15389604 or 6040597. OLE color: 6040597.
HSL color Cylindrical-coordinate representation of color #152C5C: hue angle of 220.56º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152C5C is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 44 | 92 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.64 |
| HSL | 220.56º | 0.63% | 0.22% | - |
| HSV(B) | 220.56º | 0.77% | 0.36% | - |
| XYZ | 3.14 | 2.73 | 10.49 | - |
| YUV | 42.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 92 | 0.77 | 0.52 | 0 | 0.64 | 220.56 | 0.63 | 0.22 |
| Hex | 15 | 2C | 5C | 4D | 34 | 0 | 40 | DD | 3F | 16 |
| Octal | 25 | 54 | 134 | 115 | 64 | 0 | 100 | 335 | 77 | 26 |
| Binary | 10101 | 101100 | 1011100 | 1001101 | 110100 | 0 | 1000000 | 11011101 | 111111 | 10110 |
Color Harmonies of #152C5C
Complementary color
Monochromatic Colors of #152C5C
Black with #152C5C
Text Example
Text Example
White with #152C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C5C; }
p { color: rgb(21,44,92); }
H1.HeaderClassName
{
color: #152C5C;
}
.AnyTagClassName
{
color: #152C5C;
}
</style>
background-color css
<style>
a { background-color: #152C5C; }
a { background-color: rgb(21,44,92); }
div.DivClassName
{
background-color: #152C5C;
}
.BgClassName
{
background-color: #152C5C;
}
</style>
border-color css
<style>
span { border-color: #152C5C; }
span { border-color: rgb(21,44,92); }
td.TdClassName
{
border-color: #152C5C;
}
.TagClassName
{
border-color: #152C5C;
}
</style>