Shades of Sapphire #15285C
Tints of Sapphire #15285C
RGB
CMYK
RGB Variations
Color information
#15285C (or 0x15285C) is known color: Sapphire. HEX triplet: 15, 28 and 5C. RGB value is (21,40,92). Sum of RGB (Red+Green+Blue) = 21+40+92=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #15285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285C is #EAD7A3. Grayscale: #282828. Windows color (decimal): -15390628 or 6039573. OLE color: 6039573.
HSL color Cylindrical-coordinate representation of color #15285C: hue angle of 223.94º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15285C is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 40 | 92 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.64 |
| HSL | 223.94º | 0.63% | 0.22% | - |
| HSV(B) | 223.94º | 0.77% | 0.36% | - |
| XYZ | 3 | 2.45 | 10.44 | - |
| YUV | 40.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 92 | 0.77 | 0.57 | 0 | 0.64 | 223.94 | 0.63 | 0.22 |
| Hex | 15 | 28 | 5C | 4D | 39 | 0 | 40 | E0 | 3F | 16 |
| Octal | 25 | 50 | 134 | 115 | 71 | 0 | 100 | 340 | 77 | 26 |
| Binary | 10101 | 101000 | 1011100 | 1001101 | 111001 | 0 | 1000000 | 11100000 | 111111 | 10110 |
Color Harmonies of #15285C
Complementary color
Monochromatic Colors of #15285C
Black with #15285C
Text Example
Text Example
White with #15285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15285C; }
p { color: rgb(21,40,92); }
H1.HeaderClassName
{
color: #15285C;
}
.AnyTagClassName
{
color: #15285C;
}
</style>
background-color css
<style>
a { background-color: #15285C; }
a { background-color: rgb(21,40,92); }
div.DivClassName
{
background-color: #15285C;
}
.BgClassName
{
background-color: #15285C;
}
</style>
border-color css
<style>
span { border-color: #15285C; }
span { border-color: rgb(21,40,92); }
td.TdClassName
{
border-color: #15285C;
}
.TagClassName
{
border-color: #15285C;
}
</style>