Shades of Sapphire #152B77
Tints of Sapphire #152B77
RGB
CMYK
RGB Variations
Color information
#152B77 (or 0x152B77) is known color: Sapphire. HEX triplet: 15, 2B and 77. RGB value is (21,43,119). Sum of RGB (Red+Green+Blue) = 21+43+119=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #152B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B77 is #EAD488. Grayscale: #2C2C2C. Windows color (decimal): -15389833 or 7809813. OLE color: 7809813.
HSL color Cylindrical-coordinate representation of color #152B77: hue angle of 226.53º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152B77 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 43 | 119 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.53 |
| HSL | 226.53º | 0.7% | 0.27% | - |
| HSV(B) | 226.53º | 0.82% | 0.47% | - |
| XYZ | 4.5 | 3.22 | 17.84 | - |
| YUV | 45.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 119 | 0.82 | 0.64 | 0 | 0.53 | 226.53 | 0.7 | 0.27 |
| Hex | 15 | 2B | 77 | 52 | 40 | 0 | 35 | E3 | 46 | 1B |
| Octal | 25 | 53 | 167 | 122 | 100 | 0 | 65 | 343 | 106 | 33 |
| Binary | 10101 | 101011 | 1110111 | 1010010 | 1000000 | 0 | 110101 | 11100011 | 1000110 | 11011 |
Color Harmonies of #152B77
Complementary color
Monochromatic Colors of #152B77
Black with #152B77
Text Example
Text Example
White with #152B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B77; }
p { color: rgb(21,43,119); }
H1.HeaderClassName
{
color: #152B77;
}
.AnyTagClassName
{
color: #152B77;
}
</style>
background-color css
<style>
a { background-color: #152B77; }
a { background-color: rgb(21,43,119); }
div.DivClassName
{
background-color: #152B77;
}
.BgClassName
{
background-color: #152B77;
}
</style>
border-color css
<style>
span { border-color: #152B77; }
span { border-color: rgb(21,43,119); }
td.TdClassName
{
border-color: #152B77;
}
.TagClassName
{
border-color: #152B77;
}
</style>