Shades of Sapphire #152D68
Tints of Sapphire #152D68
RGB
CMYK
RGB Variations
Color information
#152D68 (or 0x152D68) is known color: Sapphire. HEX triplet: 15, 2D and 68. RGB value is (21,45,104). Sum of RGB (Red+Green+Blue) = 21+45+104=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #152D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D68 is #EAD297. Grayscale: #2C2C2C. Windows color (decimal): -15389336 or 6827285. OLE color: 6827285.
HSL color Cylindrical-coordinate representation of color #152D68: hue angle of 222.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152D68 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 45 | 104 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.59 |
| HSL | 222.65º | 0.66% | 0.25% | - |
| HSV(B) | 222.65º | 0.8% | 0.41% | - |
| XYZ | 3.75 | 3.04 | 13.49 | - |
| YUV | 44.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 104 | 0.80 | 0.57 | 0 | 0.59 | 222.65 | 0.66 | 0.25 |
| Hex | 15 | 2D | 68 | 50 | 39 | 0 | 3B | DF | 42 | 19 |
| Octal | 25 | 55 | 150 | 120 | 71 | 0 | 73 | 337 | 102 | 31 |
| Binary | 10101 | 101101 | 1101000 | 1010000 | 111001 | 0 | 111011 | 11011111 | 1000010 | 11001 |
Color Harmonies of #152D68
Complementary color
Monochromatic Colors of #152D68
Black with #152D68
Text Example
Text Example
White with #152D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D68; }
p { color: rgb(21,45,104); }
H1.HeaderClassName
{
color: #152D68;
}
.AnyTagClassName
{
color: #152D68;
}
</style>
background-color css
<style>
a { background-color: #152D68; }
a { background-color: rgb(21,45,104); }
div.DivClassName
{
background-color: #152D68;
}
.BgClassName
{
background-color: #152D68;
}
</style>
border-color css
<style>
span { border-color: #152D68; }
span { border-color: rgb(21,45,104); }
td.TdClassName
{
border-color: #152D68;
}
.TagClassName
{
border-color: #152D68;
}
</style>