Shades of Sapphire #152B70
Tints of Sapphire #152B70
RGB
CMYK
RGB Variations
Color information
#152B70 (or 0x152B70) is known color: Sapphire. HEX triplet: 15, 2B and 70. RGB value is (21,43,112). Sum of RGB (Red+Green+Blue) = 21+43+112=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #152B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B70 is #EAD48F. Grayscale: #2B2B2B. Windows color (decimal): -15389840 or 7351061. OLE color: 7351061.
HSL color Cylindrical-coordinate representation of color #152B70: hue angle of 225.49º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152B70 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 43 | 112 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.56 |
| HSL | 225.49º | 0.68% | 0.26% | - |
| HSV(B) | 225.49º | 0.81% | 0.44% | - |
| XYZ | 4.1 | 3.06 | 15.7 | - |
| YUV | 44.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 112 | 0.81 | 0.62 | 0 | 0.56 | 225.49 | 0.68 | 0.26 |
| Hex | 15 | 2B | 70 | 51 | 3E | 0 | 38 | E1 | 44 | 1A |
| Octal | 25 | 53 | 160 | 121 | 76 | 0 | 70 | 341 | 104 | 32 |
| Binary | 10101 | 101011 | 1110000 | 1010001 | 111110 | 0 | 111000 | 11100001 | 1000100 | 11010 |
Color Harmonies of #152B70
Complementary color
Monochromatic Colors of #152B70
Black with #152B70
Text Example
Text Example
White with #152B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B70; }
p { color: rgb(21,43,112); }
H1.HeaderClassName
{
color: #152B70;
}
.AnyTagClassName
{
color: #152B70;
}
</style>
background-color css
<style>
a { background-color: #152B70; }
a { background-color: rgb(21,43,112); }
div.DivClassName
{
background-color: #152B70;
}
.BgClassName
{
background-color: #152B70;
}
</style>
border-color css
<style>
span { border-color: #152B70; }
span { border-color: rgb(21,43,112); }
td.TdClassName
{
border-color: #152B70;
}
.TagClassName
{
border-color: #152B70;
}
</style>