Shades of Sapphire #05184D
Tints of Sapphire #05184D
RGB
CMYK
RGB Variations
Color information
#05184D (or 0x05184D) is known color: Sapphire. HEX triplet: 05, 18 and 4D. RGB value is (5,24,77). Sum of RGB (Red+Green+Blue) = 5+24+77=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #05184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05184D is #FAE7B2. Grayscale: #181818. Windows color (decimal): -16443315 or 5052421. OLE color: 5052421.
HSL color Cylindrical-coordinate representation of color #05184D: hue angle of 224.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05184D is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 24 | 77 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.70 |
| HSL | 224.17º | 0.88% | 0.16% | - |
| HSV(B) | 224.17º | 0.94% | 0.3% | - |
| XYZ | 1.73 | 1.22 | 7.17 | - |
| YUV | 24.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 77 | 0.94 | 0.69 | 0 | 0.70 | 224.17 | 0.88 | 0.16 |
| Hex | 5 | 18 | 4D | 5E | 45 | 0 | 46 | E0 | 58 | 10 |
| Octal | 5 | 30 | 115 | 136 | 105 | 0 | 106 | 340 | 130 | 20 |
| Binary | 101 | 11000 | 1001101 | 1011110 | 1000101 | 0 | 1000110 | 11100000 | 1011000 | 10000 |
Color Harmonies of #05184D
Complementary color
Monochromatic Colors of #05184D
Black with #05184D
Text Example
Text Example
White with #05184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05184D; }
p { color: rgb(5,24,77); }
H1.HeaderClassName
{
color: #05184D;
}
.AnyTagClassName
{
color: #05184D;
}
</style>
background-color css
<style>
a { background-color: #05184D; }
a { background-color: rgb(5,24,77); }
div.DivClassName
{
background-color: #05184D;
}
.BgClassName
{
background-color: #05184D;
}
</style>
border-color css
<style>
span { border-color: #05184D; }
span { border-color: rgb(5,24,77); }
td.TdClassName
{
border-color: #05184D;
}
.TagClassName
{
border-color: #05184D;
}
</style>