Shades of Sapphire #152F73
Tints of Sapphire #152F73
RGB
CMYK
RGB Variations
Color information
#152F73 (or 0x152F73) is known color: Sapphire. HEX triplet: 15, 2F and 73. RGB value is (21,47,115). Sum of RGB (Red+Green+Blue) = 21+47+115=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #152F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F73 is #EAD08C. Grayscale: #2E2E2E. Windows color (decimal): -15388813 or 7548693. OLE color: 7548693.
HSL color Cylindrical-coordinate representation of color #152F73: hue angle of 223.4º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152F73 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 47 | 115 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.55 |
| HSL | 223.4º | 0.69% | 0.27% | - |
| HSV(B) | 223.4º | 0.82% | 0.45% | - |
| XYZ | 4.42 | 3.43 | 16.65 | - |
| YUV | 46.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 115 | 0.82 | 0.59 | 0 | 0.55 | 223.4 | 0.69 | 0.27 |
| Hex | 15 | 2F | 73 | 52 | 3B | 0 | 37 | DF | 45 | 1B |
| Octal | 25 | 57 | 163 | 122 | 73 | 0 | 67 | 337 | 105 | 33 |
| Binary | 10101 | 101111 | 1110011 | 1010010 | 111011 | 0 | 110111 | 11011111 | 1000101 | 11011 |
Color Harmonies of #152F73
Complementary color
Monochromatic Colors of #152F73
Black with #152F73
Text Example
Text Example
White with #152F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F73; }
p { color: rgb(21,47,115); }
H1.HeaderClassName
{
color: #152F73;
}
.AnyTagClassName
{
color: #152F73;
}
</style>
background-color css
<style>
a { background-color: #152F73; }
a { background-color: rgb(21,47,115); }
div.DivClassName
{
background-color: #152F73;
}
.BgClassName
{
background-color: #152F73;
}
</style>
border-color css
<style>
span { border-color: #152F73; }
span { border-color: rgb(21,47,115); }
td.TdClassName
{
border-color: #152F73;
}
.TagClassName
{
border-color: #152F73;
}
</style>