Shades of Sapphire #05114A
Tints of Sapphire #05114A
RGB
CMYK
RGB Variations
Color information
#05114A (or 0x05114A) is known color: Sapphire. HEX triplet: 05, 11 and 4A. RGB value is (5,17,74). Sum of RGB (Red+Green+Blue) = 5+17+74=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #05114A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05114A is #FAEEB5. Grayscale: #131313. Windows color (decimal): -16445110 or 4854021. OLE color: 4854021.
HSL color Cylindrical-coordinate representation of color #05114A: hue angle of 229.57º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05114A is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 17 | 74 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.71 |
| HSL | 229.57º | 0.87% | 0.15% | - |
| HSV(B) | 229.57º | 0.93% | 0.29% | - |
| XYZ | 1.5 | 0.93 | 6.58 | - |
| YUV | 19.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 74 | 0.93 | 0.77 | 0 | 0.71 | 229.57 | 0.87 | 0.15 |
| Hex | 5 | 11 | 4A | 5D | 4D | 0 | 47 | E6 | 57 | F |
| Octal | 5 | 21 | 112 | 135 | 115 | 0 | 107 | 346 | 127 | 17 |
| Binary | 101 | 10001 | 1001010 | 1011101 | 1001101 | 0 | 1000111 | 11100110 | 1010111 | 1111 |
Color Harmonies of #05114A
Complementary color
Monochromatic Colors of #05114A
Black with #05114A
Text Example
Text Example
White with #05114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05114A; }
p { color: rgb(5,17,74); }
H1.HeaderClassName
{
color: #05114A;
}
.AnyTagClassName
{
color: #05114A;
}
</style>
background-color css
<style>
a { background-color: #05114A; }
a { background-color: rgb(5,17,74); }
div.DivClassName
{
background-color: #05114A;
}
.BgClassName
{
background-color: #05114A;
}
</style>
border-color css
<style>
span { border-color: #05114A; }
span { border-color: rgb(5,17,74); }
td.TdClassName
{
border-color: #05114A;
}
.TagClassName
{
border-color: #05114A;
}
</style>