Shades of Sapphire #051879
Tints of Sapphire #051879
RGB
CMYK
RGB Variations
Color information
#051879 (or 0x051879) is known color: Sapphire. HEX triplet: 05, 18 and 79. RGB value is (5,24,121). Sum of RGB (Red+Green+Blue) = 5+24+121=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 121 (47.66% from 255 or 80.67% from 150); Max value from RGB is 121 - color contains mainly: blue. Hex color #051879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051879 is #FAE786. Grayscale: #1C1C1C. Windows color (decimal): -16443271 or 7936005. OLE color: 7936005.
HSL color Cylindrical-coordinate representation of color #051879: hue angle of 230.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051879 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 24 | 121 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.53 |
| HSL | 230.17º | 0.92% | 0.25% | - |
| HSV(B) | 230.17º | 0.96% | 0.47% | - |
| XYZ | 3.84 | 2.07 | 18.29 | - |
| YUV | 29.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 121 | 0.96 | 0.80 | 0 | 0.53 | 230.17 | 0.92 | 0.25 |
| Hex | 5 | 18 | 79 | 60 | 50 | 0 | 35 | E6 | 5C | 19 |
| Octal | 5 | 30 | 171 | 140 | 120 | 0 | 65 | 346 | 134 | 31 |
| Binary | 101 | 11000 | 1111001 | 1100000 | 1010000 | 0 | 110101 | 11100110 | 1011100 | 11001 |
Color Harmonies of #051879
Complementary color
Monochromatic Colors of #051879
Black with #051879
Text Example
Text Example
White with #051879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051879; }
p { color: rgb(5,24,121); }
H1.HeaderClassName
{
color: #051879;
}
.AnyTagClassName
{
color: #051879;
}
</style>
background-color css
<style>
a { background-color: #051879; }
a { background-color: rgb(5,24,121); }
div.DivClassName
{
background-color: #051879;
}
.BgClassName
{
background-color: #051879;
}
</style>
border-color css
<style>
span { border-color: #051879; }
span { border-color: rgb(5,24,121); }
td.TdClassName
{
border-color: #051879;
}
.TagClassName
{
border-color: #051879;
}
</style>