Shades of Sapphire #152C63
Tints of Sapphire #152C63
RGB
CMYK
RGB Variations
Color information
#152C63 (or 0x152C63) is known color: Sapphire. HEX triplet: 15, 2C and 63. RGB value is (21,44,99). Sum of RGB (Red+Green+Blue) = 21+44+99=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #152C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C63 is #EAD39C. Grayscale: #2B2B2B. Windows color (decimal): -15389597 or 6499349. OLE color: 6499349.
HSL color Cylindrical-coordinate representation of color #152C63: hue angle of 222.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152C63 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 44 | 99 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.61 |
| HSL | 222.31º | 0.65% | 0.24% | - |
| HSV(B) | 222.31º | 0.79% | 0.39% | - |
| XYZ | 3.46 | 2.86 | 12.17 | - |
| YUV | 43.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 99 | 0.79 | 0.56 | 0 | 0.61 | 222.31 | 0.65 | 0.24 |
| Hex | 15 | 2C | 63 | 4F | 38 | 0 | 3D | DE | 41 | 18 |
| Octal | 25 | 54 | 143 | 117 | 70 | 0 | 75 | 336 | 101 | 30 |
| Binary | 10101 | 101100 | 1100011 | 1001111 | 111000 | 0 | 111101 | 11011110 | 1000001 | 11000 |
Color Harmonies of #152C63
Complementary color
Monochromatic Colors of #152C63
Black with #152C63
Text Example
Text Example
White with #152C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C63; }
p { color: rgb(21,44,99); }
H1.HeaderClassName
{
color: #152C63;
}
.AnyTagClassName
{
color: #152C63;
}
</style>
background-color css
<style>
a { background-color: #152C63; }
a { background-color: rgb(21,44,99); }
div.DivClassName
{
background-color: #152C63;
}
.BgClassName
{
background-color: #152C63;
}
</style>
border-color css
<style>
span { border-color: #152C63; }
span { border-color: rgb(21,44,99); }
td.TdClassName
{
border-color: #152C63;
}
.TagClassName
{
border-color: #152C63;
}
</style>