Shades of Sapphire #152D5C
Tints of Sapphire #152D5C
RGB
CMYK
RGB Variations
Color information
#152D5C (or 0x152D5C) is known color: Sapphire. HEX triplet: 15, 2D and 5C. RGB value is (21,45,92). Sum of RGB (Red+Green+Blue) = 21+45+92=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #152D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D5C is #EAD2A3. Grayscale: #2A2A2A. Windows color (decimal): -15389348 or 6040853. OLE color: 6040853.
HSL color Cylindrical-coordinate representation of color #152D5C: hue angle of 219.72º 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 #152D5C is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 45 | 92 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.64 |
| HSL | 219.72º | 0.63% | 0.22% | - |
| HSV(B) | 219.72º | 0.77% | 0.36% | - |
| XYZ | 3.18 | 2.81 | 10.5 | - |
| YUV | 43.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 92 | 0.77 | 0.51 | 0 | 0.64 | 219.72 | 0.63 | 0.22 |
| Hex | 15 | 2D | 5C | 4D | 33 | 0 | 40 | DC | 3F | 16 |
| Octal | 25 | 55 | 134 | 115 | 63 | 0 | 100 | 334 | 77 | 26 |
| Binary | 10101 | 101101 | 1011100 | 1001101 | 110011 | 0 | 1000000 | 11011100 | 111111 | 10110 |
Color Harmonies of #152D5C
Complementary color
Monochromatic Colors of #152D5C
Black with #152D5C
Text Example
Text Example
White with #152D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D5C; }
p { color: rgb(21,45,92); }
H1.HeaderClassName
{
color: #152D5C;
}
.AnyTagClassName
{
color: #152D5C;
}
</style>
background-color css
<style>
a { background-color: #152D5C; }
a { background-color: rgb(21,45,92); }
div.DivClassName
{
background-color: #152D5C;
}
.BgClassName
{
background-color: #152D5C;
}
</style>
border-color css
<style>
span { border-color: #152D5C; }
span { border-color: rgb(21,45,92); }
td.TdClassName
{
border-color: #152D5C;
}
.TagClassName
{
border-color: #152D5C;
}
</style>