Shades of Sapphire #15285D
Tints of Sapphire #15285D
RGB
CMYK
RGB Variations
Color information
#15285D (or 0x15285D) is known color: Sapphire. HEX triplet: 15, 28 and 5D. RGB value is (21,40,93). Sum of RGB (Red+Green+Blue) = 21+40+93=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #15285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285D is #EAD7A2. Grayscale: #282828. Windows color (decimal): -15390627 or 6105109. OLE color: 6105109.
HSL color Cylindrical-coordinate representation of color #15285D: hue angle of 224.17º 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 #15285D is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 40 | 93 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.64 |
| HSL | 224.17º | 0.63% | 0.22% | - |
| HSV(B) | 224.17º | 0.77% | 0.36% | - |
| XYZ | 3.04 | 2.47 | 10.67 | - |
| YUV | 40.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 93 | 0.77 | 0.57 | 0 | 0.64 | 224.17 | 0.63 | 0.22 |
| Hex | 15 | 28 | 5D | 4D | 39 | 0 | 40 | E0 | 3F | 16 |
| Octal | 25 | 50 | 135 | 115 | 71 | 0 | 100 | 340 | 77 | 26 |
| Binary | 10101 | 101000 | 1011101 | 1001101 | 111001 | 0 | 1000000 | 11100000 | 111111 | 10110 |
Color Harmonies of #15285D
Complementary color
Monochromatic Colors of #15285D
Black with #15285D
Text Example
Text Example
White with #15285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15285D; }
p { color: rgb(21,40,93); }
H1.HeaderClassName
{
color: #15285D;
}
.AnyTagClassName
{
color: #15285D;
}
</style>
background-color css
<style>
a { background-color: #15285D; }
a { background-color: rgb(21,40,93); }
div.DivClassName
{
background-color: #15285D;
}
.BgClassName
{
background-color: #15285D;
}
</style>
border-color css
<style>
span { border-color: #15285D; }
span { border-color: rgb(21,40,93); }
td.TdClassName
{
border-color: #15285D;
}
.TagClassName
{
border-color: #15285D;
}
</style>