Shades of Sapphire #15285E
Tints of Sapphire #15285E
RGB
CMYK
RGB Variations
Color information
#15285E (or 0x15285E) is known color: Sapphire. HEX triplet: 15, 28 and 5E. RGB value is (21,40,94). Sum of RGB (Red+Green+Blue) = 21+40+94=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #15285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285E is #EAD7A1. Grayscale: #282828. Windows color (decimal): -15390626 or 6170645. OLE color: 6170645.
HSL color Cylindrical-coordinate representation of color #15285E: hue angle of 224.38º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15285E is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 40 | 94 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.63 |
| HSL | 224.38º | 0.63% | 0.23% | - |
| HSV(B) | 224.38º | 0.78% | 0.37% | - |
| XYZ | 3.09 | 2.49 | 10.91 | - |
| YUV | 40.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 94 | 0.78 | 0.57 | 0 | 0.63 | 224.38 | 0.63 | 0.23 |
| Hex | 15 | 28 | 5E | 4E | 39 | 0 | 3F | E0 | 3F | 17 |
| Octal | 25 | 50 | 136 | 116 | 71 | 0 | 77 | 340 | 77 | 27 |
| Binary | 10101 | 101000 | 1011110 | 1001110 | 111001 | 0 | 111111 | 11100000 | 111111 | 10111 |
Color Harmonies of #15285E
Complementary color
Monochromatic Colors of #15285E
Black with #15285E
Text Example
Text Example
White with #15285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15285E; }
p { color: rgb(21,40,94); }
H1.HeaderClassName
{
color: #15285E;
}
.AnyTagClassName
{
color: #15285E;
}
</style>
background-color css
<style>
a { background-color: #15285E; }
a { background-color: rgb(21,40,94); }
div.DivClassName
{
background-color: #15285E;
}
.BgClassName
{
background-color: #15285E;
}
</style>
border-color css
<style>
span { border-color: #15285E; }
span { border-color: rgb(21,40,94); }
td.TdClassName
{
border-color: #15285E;
}
.TagClassName
{
border-color: #15285E;
}
</style>