Shades of Sapphire #152B5C
Tints of Sapphire #152B5C
RGB
CMYK
RGB Variations
Color information
#152B5C (or 0x152B5C) is known color: Sapphire. HEX triplet: 15, 2B and 5C. RGB value is (21,43,92). Sum of RGB (Red+Green+Blue) = 21+43+92=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #152B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B5C is #EAD4A3. Grayscale: #292929. Windows color (decimal): -15389860 or 6040341. OLE color: 6040341.
HSL color Cylindrical-coordinate representation of color #152B5C: hue angle of 221.41º 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 #152B5C is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 43 | 92 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.64 |
| HSL | 221.41º | 0.63% | 0.22% | - |
| HSV(B) | 221.41º | 0.77% | 0.36% | - |
| XYZ | 3.1 | 2.66 | 10.47 | - |
| YUV | 42.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 92 | 0.77 | 0.53 | 0 | 0.64 | 221.41 | 0.63 | 0.22 |
| Hex | 15 | 2B | 5C | 4D | 35 | 0 | 40 | DD | 3F | 16 |
| Octal | 25 | 53 | 134 | 115 | 65 | 0 | 100 | 335 | 77 | 26 |
| Binary | 10101 | 101011 | 1011100 | 1001101 | 110101 | 0 | 1000000 | 11011101 | 111111 | 10110 |
Color Harmonies of #152B5C
Complementary color
Monochromatic Colors of #152B5C
Black with #152B5C
Text Example
Text Example
White with #152B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B5C; }
p { color: rgb(21,43,92); }
H1.HeaderClassName
{
color: #152B5C;
}
.AnyTagClassName
{
color: #152B5C;
}
</style>
background-color css
<style>
a { background-color: #152B5C; }
a { background-color: rgb(21,43,92); }
div.DivClassName
{
background-color: #152B5C;
}
.BgClassName
{
background-color: #152B5C;
}
</style>
border-color css
<style>
span { border-color: #152B5C; }
span { border-color: rgb(21,43,92); }
td.TdClassName
{
border-color: #152B5C;
}
.TagClassName
{
border-color: #152B5C;
}
</style>