Shades of Sapphire #050F5E
Tints of Sapphire #050F5E
RGB
CMYK
RGB Variations
Color information
#050F5E (or 0x050F5E) is known color: Sapphire. HEX triplet: 05, 0F and 5E. RGB value is (5,15,94). Sum of RGB (Red+Green+Blue) = 5+15+94=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 94 (37.11% from 255 or 82.46% from 114); Max value from RGB is 94 - color contains mainly: blue. Hex color #050F5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F5E is #FAF0A1. Grayscale: #141414. Windows color (decimal): -16445602 or 6164229. OLE color: 6164229.
HSL color Cylindrical-coordinate representation of color #050F5E: hue angle of 233.26º 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 #050F5E is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 15 | 94 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.63 |
| HSL | 233.26º | 0.9% | 0.19% | - |
| HSV(B) | 233.26º | 0.95% | 0.37% | - |
| XYZ | 2.25 | 1.18 | 10.7 | - |
| YUV | 21.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 94 | 0.95 | 0.84 | 0 | 0.63 | 233.26 | 0.9 | 0.19 |
| Hex | 5 | F | 5E | 5F | 54 | 0 | 3F | E9 | 5A | 13 |
| Octal | 5 | 17 | 136 | 137 | 124 | 0 | 77 | 351 | 132 | 23 |
| Binary | 101 | 1111 | 1011110 | 1011111 | 1010100 | 0 | 111111 | 11101001 | 1011010 | 10011 |
Color Harmonies of #050F5E
Complementary color
Monochromatic Colors of #050F5E
Black with #050F5E
Text Example
Text Example
White with #050F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F5E; }
p { color: rgb(5,15,94); }
H1.HeaderClassName
{
color: #050F5E;
}
.AnyTagClassName
{
color: #050F5E;
}
</style>
background-color css
<style>
a { background-color: #050F5E; }
a { background-color: rgb(5,15,94); }
div.DivClassName
{
background-color: #050F5E;
}
.BgClassName
{
background-color: #050F5E;
}
</style>
border-color css
<style>
span { border-color: #050F5E; }
span { border-color: rgb(5,15,94); }
td.TdClassName
{
border-color: #050F5E;
}
.TagClassName
{
border-color: #050F5E;
}
</style>