Shades of Sapphire #152D73
Tints of Sapphire #152D73
RGB
CMYK
RGB Variations
Color information
#152D73 (or 0x152D73) is known color: Sapphire. HEX triplet: 15, 2D and 73. RGB value is (21,45,115). Sum of RGB (Red+Green+Blue) = 21+45+115=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #152D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D73 is #EAD28C. Grayscale: #2D2D2D. Windows color (decimal): -15389325 or 7548181. OLE color: 7548181.
HSL color Cylindrical-coordinate representation of color #152D73: hue angle of 224.68º 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 #152D73 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 45 | 115 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.55 |
| HSL | 224.68º | 0.69% | 0.27% | - |
| HSV(B) | 224.68º | 0.82% | 0.45% | - |
| XYZ | 4.34 | 3.27 | 16.62 | - |
| YUV | 45.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 115 | 0.82 | 0.61 | 0 | 0.55 | 224.68 | 0.69 | 0.27 |
| Hex | 15 | 2D | 73 | 52 | 3D | 0 | 37 | E1 | 45 | 1B |
| Octal | 25 | 55 | 163 | 122 | 75 | 0 | 67 | 341 | 105 | 33 |
| Binary | 10101 | 101101 | 1110011 | 1010010 | 111101 | 0 | 110111 | 11100001 | 1000101 | 11011 |
Color Harmonies of #152D73
Complementary color
Monochromatic Colors of #152D73
Black with #152D73
Text Example
Text Example
White with #152D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D73; }
p { color: rgb(21,45,115); }
H1.HeaderClassName
{
color: #152D73;
}
.AnyTagClassName
{
color: #152D73;
}
</style>
background-color css
<style>
a { background-color: #152D73; }
a { background-color: rgb(21,45,115); }
div.DivClassName
{
background-color: #152D73;
}
.BgClassName
{
background-color: #152D73;
}
</style>
border-color css
<style>
span { border-color: #152D73; }
span { border-color: rgb(21,45,115); }
td.TdClassName
{
border-color: #152D73;
}
.TagClassName
{
border-color: #152D73;
}
</style>