Shades of Sapphire #05194D
Tints of Sapphire #05194D
RGB
CMYK
RGB Variations
Color information
#05194D (or 0x05194D) is known color: Sapphire. HEX triplet: 05, 19 and 4D. RGB value is (5,25,77). Sum of RGB (Red+Green+Blue) = 5+25+77=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #05194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05194D is #FAE6B2. Grayscale: #181818. Windows color (decimal): -16443059 or 5052677. OLE color: 5052677.
HSL color Cylindrical-coordinate representation of color #05194D: hue angle of 223.33º 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 #05194D is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 25 | 77 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.70 |
| HSL | 223.33º | 0.88% | 0.16% | - |
| HSV(B) | 223.33º | 0.94% | 0.3% | - |
| XYZ | 1.75 | 1.26 | 7.17 | - |
| YUV | 24.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 77 | 0.94 | 0.68 | 0 | 0.70 | 223.33 | 0.88 | 0.16 |
| Hex | 5 | 19 | 4D | 5E | 44 | 0 | 46 | DF | 58 | 10 |
| Octal | 5 | 31 | 115 | 136 | 104 | 0 | 106 | 337 | 130 | 20 |
| Binary | 101 | 11001 | 1001101 | 1011110 | 1000100 | 0 | 1000110 | 11011111 | 1011000 | 10000 |
Color Harmonies of #05194D
Complementary color
Monochromatic Colors of #05194D
Black with #05194D
Text Example
Text Example
White with #05194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05194D; }
p { color: rgb(5,25,77); }
H1.HeaderClassName
{
color: #05194D;
}
.AnyTagClassName
{
color: #05194D;
}
</style>
background-color css
<style>
a { background-color: #05194D; }
a { background-color: rgb(5,25,77); }
div.DivClassName
{
background-color: #05194D;
}
.BgClassName
{
background-color: #05194D;
}
</style>
border-color css
<style>
span { border-color: #05194D; }
span { border-color: rgb(5,25,77); }
td.TdClassName
{
border-color: #05194D;
}
.TagClassName
{
border-color: #05194D;
}
</style>