Shades of Sapphire #050F4E
Tints of Sapphire #050F4E
RGB
CMYK
RGB Variations
Color information
#050F4E (or 0x050F4E) is known color: Sapphire. HEX triplet: 05, 0F and 4E. RGB value is (5,15,78). Sum of RGB (Red+Green+Blue) = 5+15+78=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #050F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F4E is #FAF0B1. Grayscale: #121212. Windows color (decimal): -16445618 or 5115653. OLE color: 5115653.
HSL color Cylindrical-coordinate representation of color #050F4E: hue angle of 231.78º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050F4E is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 15 | 78 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.69 |
| HSL | 231.78º | 0.88% | 0.16% | - |
| HSV(B) | 231.78º | 0.94% | 0.31% | - |
| XYZ | 1.61 | 0.92 | 7.3 | - |
| YUV | 19.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 78 | 0.94 | 0.81 | 0 | 0.69 | 231.78 | 0.88 | 0.16 |
| Hex | 5 | F | 4E | 5E | 51 | 0 | 45 | E8 | 58 | 10 |
| Octal | 5 | 17 | 116 | 136 | 121 | 0 | 105 | 350 | 130 | 20 |
| Binary | 101 | 1111 | 1001110 | 1011110 | 1010001 | 0 | 1000101 | 11101000 | 1011000 | 10000 |
Color Harmonies of #050F4E
Complementary color
Monochromatic Colors of #050F4E
Black with #050F4E
Text Example
Text Example
White with #050F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F4E; }
p { color: rgb(5,15,78); }
H1.HeaderClassName
{
color: #050F4E;
}
.AnyTagClassName
{
color: #050F4E;
}
</style>
background-color css
<style>
a { background-color: #050F4E; }
a { background-color: rgb(5,15,78); }
div.DivClassName
{
background-color: #050F4E;
}
.BgClassName
{
background-color: #050F4E;
}
</style>
border-color css
<style>
span { border-color: #050F4E; }
span { border-color: rgb(5,15,78); }
td.TdClassName
{
border-color: #050F4E;
}
.TagClassName
{
border-color: #050F4E;
}
</style>