Shades of Sapphire #05155E
Tints of Sapphire #05155E
RGB
CMYK
RGB Variations
Color information
#05155E (or 0x05155E) is known color: Sapphire. HEX triplet: 05, 15 and 5E. RGB value is (5,21,94). Sum of RGB (Red+Green+Blue) = 5+21+94=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #05155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05155E is #FAEAA1. Grayscale: #181818. Windows color (decimal): -16444066 or 6165765. OLE color: 6165765.
HSL color Cylindrical-coordinate representation of color #05155E: hue angle of 229.21º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05155E is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 21 | 94 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.63 |
| HSL | 229.21º | 0.9% | 0.19% | - |
| HSV(B) | 229.21º | 0.95% | 0.37% | - |
| XYZ | 2.35 | 1.38 | 10.73 | - |
| YUV | 24.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 94 | 0.95 | 0.78 | 0 | 0.63 | 229.21 | 0.9 | 0.19 |
| Hex | 5 | 15 | 5E | 5F | 4E | 0 | 3F | E5 | 5A | 13 |
| Octal | 5 | 25 | 136 | 137 | 116 | 0 | 77 | 345 | 132 | 23 |
| Binary | 101 | 10101 | 1011110 | 1011111 | 1001110 | 0 | 111111 | 11100101 | 1011010 | 10011 |
Color Harmonies of #05155E
Complementary color
Monochromatic Colors of #05155E
Black with #05155E
Text Example
Text Example
White with #05155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05155E; }
p { color: rgb(5,21,94); }
H1.HeaderClassName
{
color: #05155E;
}
.AnyTagClassName
{
color: #05155E;
}
</style>
background-color css
<style>
a { background-color: #05155E; }
a { background-color: rgb(5,21,94); }
div.DivClassName
{
background-color: #05155E;
}
.BgClassName
{
background-color: #05155E;
}
</style>
border-color css
<style>
span { border-color: #05155E; }
span { border-color: rgb(5,21,94); }
td.TdClassName
{
border-color: #05155E;
}
.TagClassName
{
border-color: #05155E;
}
</style>