Shades of Sapphire #050F5D
Tints of Sapphire #050F5D
RGB
CMYK
RGB Variations
Color information
#050F5D (or 0x050F5D) is known color: Sapphire. HEX triplet: 05, 0F and 5D. RGB value is (5,15,93). Sum of RGB (Red+Green+Blue) = 5+15+93=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #050F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F5D is #FAF0A2. Grayscale: #141414. Windows color (decimal): -16445603 or 6098693. OLE color: 6098693.
HSL color Cylindrical-coordinate representation of color #050F5D: hue angle of 233.18º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050F5D is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 15 | 93 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.64 |
| HSL | 233.18º | 0.9% | 0.19% | - |
| HSV(B) | 233.18º | 0.95% | 0.36% | - |
| XYZ | 2.21 | 1.16 | 10.46 | - |
| YUV | 20.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 93 | 0.95 | 0.84 | 0 | 0.64 | 233.18 | 0.9 | 0.19 |
| Hex | 5 | F | 5D | 5F | 54 | 0 | 40 | E9 | 5A | 13 |
| Octal | 5 | 17 | 135 | 137 | 124 | 0 | 100 | 351 | 132 | 23 |
| Binary | 101 | 1111 | 1011101 | 1011111 | 1010100 | 0 | 1000000 | 11101001 | 1011010 | 10011 |
Color Harmonies of #050F5D
Complementary color
Monochromatic Colors of #050F5D
Black with #050F5D
Text Example
Text Example
White with #050F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F5D; }
p { color: rgb(5,15,93); }
H1.HeaderClassName
{
color: #050F5D;
}
.AnyTagClassName
{
color: #050F5D;
}
</style>
background-color css
<style>
a { background-color: #050F5D; }
a { background-color: rgb(5,15,93); }
div.DivClassName
{
background-color: #050F5D;
}
.BgClassName
{
background-color: #050F5D;
}
</style>
border-color css
<style>
span { border-color: #050F5D; }
span { border-color: rgb(5,15,93); }
td.TdClassName
{
border-color: #050F5D;
}
.TagClassName
{
border-color: #050F5D;
}
</style>