Shades of Sapphire #05155D
Tints of Sapphire #05155D
RGB
CMYK
RGB Variations
Color information
#05155D (or 0x05155D) is known color: Sapphire. HEX triplet: 05, 15 and 5D. RGB value is (5,21,93). Sum of RGB (Red+Green+Blue) = 5+21+93=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #05155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05155D is #FAEAA2. Grayscale: #181818. Windows color (decimal): -16444067 or 6100229. OLE color: 6100229.
HSL color Cylindrical-coordinate representation of color #05155D: hue angle of 229.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05155D is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 21 | 93 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.64 |
| HSL | 229.09º | 0.9% | 0.19% | - |
| HSV(B) | 229.09º | 0.95% | 0.36% | - |
| XYZ | 2.31 | 1.36 | 10.5 | - |
| YUV | 24.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 93 | 0.95 | 0.77 | 0 | 0.64 | 229.09 | 0.9 | 0.19 |
| Hex | 5 | 15 | 5D | 5F | 4D | 0 | 40 | E5 | 5A | 13 |
| Octal | 5 | 25 | 135 | 137 | 115 | 0 | 100 | 345 | 132 | 23 |
| Binary | 101 | 10101 | 1011101 | 1011111 | 1001101 | 0 | 1000000 | 11100101 | 1011010 | 10011 |
Color Harmonies of #05155D
Complementary color
Monochromatic Colors of #05155D
Black with #05155D
Text Example
Text Example
White with #05155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05155D; }
p { color: rgb(5,21,93); }
H1.HeaderClassName
{
color: #05155D;
}
.AnyTagClassName
{
color: #05155D;
}
</style>
background-color css
<style>
a { background-color: #05155D; }
a { background-color: rgb(5,21,93); }
div.DivClassName
{
background-color: #05155D;
}
.BgClassName
{
background-color: #05155D;
}
</style>
border-color css
<style>
span { border-color: #05155D; }
span { border-color: rgb(5,21,93); }
td.TdClassName
{
border-color: #05155D;
}
.TagClassName
{
border-color: #05155D;
}
</style>