Shades of Sapphire #152C75
Tints of Sapphire #152C75
RGB
CMYK
RGB Variations
Color information
#152C75 (or 0x152C75) is known color: Sapphire. HEX triplet: 15, 2C and 75. RGB value is (21,44,117). Sum of RGB (Red+Green+Blue) = 21+44+117=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #152C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C75 is #EAD38A. Grayscale: #2D2D2D. Windows color (decimal): -15389579 or 7678997. OLE color: 7678997.
HSL color Cylindrical-coordinate representation of color #152C75: hue angle of 225.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152C75 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 44 | 117 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.54 |
| HSL | 225.63º | 0.7% | 0.27% | - |
| HSV(B) | 225.63º | 0.82% | 0.46% | - |
| XYZ | 4.42 | 3.25 | 17.22 | - |
| YUV | 45.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 117 | 0.82 | 0.62 | 0 | 0.54 | 225.63 | 0.7 | 0.27 |
| Hex | 15 | 2C | 75 | 52 | 3E | 0 | 36 | E2 | 46 | 1B |
| Octal | 25 | 54 | 165 | 122 | 76 | 0 | 66 | 342 | 106 | 33 |
| Binary | 10101 | 101100 | 1110101 | 1010010 | 111110 | 0 | 110110 | 11100010 | 1000110 | 11011 |
Color Harmonies of #152C75
Complementary color
Monochromatic Colors of #152C75
Black with #152C75
Text Example
Text Example
White with #152C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C75; }
p { color: rgb(21,44,117); }
H1.HeaderClassName
{
color: #152C75;
}
.AnyTagClassName
{
color: #152C75;
}
</style>
background-color css
<style>
a { background-color: #152C75; }
a { background-color: rgb(21,44,117); }
div.DivClassName
{
background-color: #152C75;
}
.BgClassName
{
background-color: #152C75;
}
</style>
border-color css
<style>
span { border-color: #152C75; }
span { border-color: rgb(21,44,117); }
td.TdClassName
{
border-color: #152C75;
}
.TagClassName
{
border-color: #152C75;
}
</style>