Shades of Sapphire #05185D
Tints of Sapphire #05185D
RGB
CMYK
RGB Variations
Color information
#05185D (or 0x05185D) is known color: Sapphire. HEX triplet: 05, 18 and 5D. RGB value is (5,24,93). Sum of RGB (Red+Green+Blue) = 5+24+93=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #05185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05185D is #FAE7A2. Grayscale: #191919. Windows color (decimal): -16443299 or 6100997. OLE color: 6100997.
HSL color Cylindrical-coordinate representation of color #05185D: hue angle of 227.05º 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 #05185D is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 24 | 93 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.64 |
| HSL | 227.05º | 0.9% | 0.19% | - |
| HSV(B) | 227.05º | 0.95% | 0.36% | - |
| XYZ | 2.37 | 1.48 | 10.52 | - |
| YUV | 26.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 93 | 0.95 | 0.74 | 0 | 0.64 | 227.05 | 0.9 | 0.19 |
| Hex | 5 | 18 | 5D | 5F | 4A | 0 | 40 | E3 | 5A | 13 |
| Octal | 5 | 30 | 135 | 137 | 112 | 0 | 100 | 343 | 132 | 23 |
| Binary | 101 | 11000 | 1011101 | 1011111 | 1001010 | 0 | 1000000 | 11100011 | 1011010 | 10011 |
Color Harmonies of #05185D
Complementary color
Monochromatic Colors of #05185D
Black with #05185D
Text Example
Text Example
White with #05185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05185D; }
p { color: rgb(5,24,93); }
H1.HeaderClassName
{
color: #05185D;
}
.AnyTagClassName
{
color: #05185D;
}
</style>
background-color css
<style>
a { background-color: #05185D; }
a { background-color: rgb(5,24,93); }
div.DivClassName
{
background-color: #05185D;
}
.BgClassName
{
background-color: #05185D;
}
</style>
border-color css
<style>
span { border-color: #05185D; }
span { border-color: rgb(5,24,93); }
td.TdClassName
{
border-color: #05185D;
}
.TagClassName
{
border-color: #05185D;
}
</style>