Shades of Sapphire #152D64
Tints of Sapphire #152D64
RGB
CMYK
RGB Variations
Color information
#152D64 (or 0x152D64) is known color: Sapphire. HEX triplet: 15, 2D and 64. RGB value is (21,45,100). Sum of RGB (Red+Green+Blue) = 21+45+100=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #152D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D64 is #EAD29B. Grayscale: #2B2B2B. Windows color (decimal): -15389340 or 6565141. OLE color: 6565141.
HSL color Cylindrical-coordinate representation of color #152D64: hue angle of 221.77º 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 #152D64 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 45 | 100 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.61 |
| HSL | 221.77º | 0.65% | 0.24% | - |
| HSV(B) | 221.77º | 0.79% | 0.39% | - |
| XYZ | 3.55 | 2.96 | 12.44 | - |
| YUV | 44.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 100 | 0.79 | 0.55 | 0 | 0.61 | 221.77 | 0.65 | 0.24 |
| Hex | 15 | 2D | 64 | 4F | 37 | 0 | 3D | DE | 41 | 18 |
| Octal | 25 | 55 | 144 | 117 | 67 | 0 | 75 | 336 | 101 | 30 |
| Binary | 10101 | 101101 | 1100100 | 1001111 | 110111 | 0 | 111101 | 11011110 | 1000001 | 11000 |
Color Harmonies of #152D64
Complementary color
Monochromatic Colors of #152D64
Black with #152D64
Text Example
Text Example
White with #152D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D64; }
p { color: rgb(21,45,100); }
H1.HeaderClassName
{
color: #152D64;
}
.AnyTagClassName
{
color: #152D64;
}
</style>
background-color css
<style>
a { background-color: #152D64; }
a { background-color: rgb(21,45,100); }
div.DivClassName
{
background-color: #152D64;
}
.BgClassName
{
background-color: #152D64;
}
</style>
border-color css
<style>
span { border-color: #152D64; }
span { border-color: rgb(21,45,100); }
td.TdClassName
{
border-color: #152D64;
}
.TagClassName
{
border-color: #152D64;
}
</style>