Shades of Sapphire #05195E
Tints of Sapphire #05195E
RGB
CMYK
RGB Variations
Color information
#05195E (or 0x05195E) is known color: Sapphire. HEX triplet: 05, 19 and 5E. RGB value is (5,25,94). Sum of RGB (Red+Green+Blue) = 5+25+94=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #05195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05195E is #FAE6A1. Grayscale: #1A1A1A. Windows color (decimal): -16443042 or 6166789. OLE color: 6166789.
HSL color Cylindrical-coordinate representation of color #05195E: hue angle of 226.52º 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 #05195E is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 25 | 94 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.63 |
| HSL | 226.52º | 0.9% | 0.19% | - |
| HSV(B) | 226.52º | 0.95% | 0.37% | - |
| XYZ | 2.43 | 1.54 | 10.76 | - |
| YUV | 26.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 94 | 0.95 | 0.73 | 0 | 0.63 | 226.52 | 0.9 | 0.19 |
| Hex | 5 | 19 | 5E | 5F | 49 | 0 | 3F | E3 | 5A | 13 |
| Octal | 5 | 31 | 136 | 137 | 111 | 0 | 77 | 343 | 132 | 23 |
| Binary | 101 | 11001 | 1011110 | 1011111 | 1001001 | 0 | 111111 | 11100011 | 1011010 | 10011 |
Color Harmonies of #05195E
Complementary color
Monochromatic Colors of #05195E
Black with #05195E
Text Example
Text Example
White with #05195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05195E; }
p { color: rgb(5,25,94); }
H1.HeaderClassName
{
color: #05195E;
}
.AnyTagClassName
{
color: #05195E;
}
</style>
background-color css
<style>
a { background-color: #05195E; }
a { background-color: rgb(5,25,94); }
div.DivClassName
{
background-color: #05195E;
}
.BgClassName
{
background-color: #05195E;
}
</style>
border-color css
<style>
span { border-color: #05195E; }
span { border-color: rgb(5,25,94); }
td.TdClassName
{
border-color: #05195E;
}
.TagClassName
{
border-color: #05195E;
}
</style>