Shades of Sapphire #15255F
Tints of Sapphire #15255F
RGB
CMYK
RGB Variations
Color information
#15255F (or 0x15255F) is known color: Sapphire. HEX triplet: 15, 25 and 5F. RGB value is (21,37,95). Sum of RGB (Red+Green+Blue) = 21+37+95=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #15255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15255F is #EADAA0. Grayscale: #262626. Windows color (decimal): -15391393 or 6235413. OLE color: 6235413.
HSL color Cylindrical-coordinate representation of color #15255F: hue angle of 227.03º degrees, saturation: 0.64, 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 #15255F is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 37 | 95 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.63 |
| HSL | 227.03º | 0.64% | 0.23% | - |
| HSV(B) | 227.03º | 0.78% | 0.37% | - |
| XYZ | 3.04 | 2.31 | 11.11 | - |
| YUV | 38.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 95 | 0.78 | 0.61 | 0 | 0.63 | 227.03 | 0.64 | 0.23 |
| Hex | 15 | 25 | 5F | 4E | 3D | 0 | 3F | E3 | 40 | 17 |
| Octal | 25 | 45 | 137 | 116 | 75 | 0 | 77 | 343 | 100 | 27 |
| Binary | 10101 | 100101 | 1011111 | 1001110 | 111101 | 0 | 111111 | 11100011 | 1000000 | 10111 |
Color Harmonies of #15255F
Complementary color
Monochromatic Colors of #15255F
Black with #15255F
Text Example
Text Example
White with #15255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15255F; }
p { color: rgb(21,37,95); }
H1.HeaderClassName
{
color: #15255F;
}
.AnyTagClassName
{
color: #15255F;
}
</style>
background-color css
<style>
a { background-color: #15255F; }
a { background-color: rgb(21,37,95); }
div.DivClassName
{
background-color: #15255F;
}
.BgClassName
{
background-color: #15255F;
}
</style>
border-color css
<style>
span { border-color: #15255F; }
span { border-color: rgb(21,37,95); }
td.TdClassName
{
border-color: #15255F;
}
.TagClassName
{
border-color: #15255F;
}
</style>