Shades of Sapphire #050B4D
Tints of Sapphire #050B4D
RGB
CMYK
RGB Variations
Color information
#050B4D (or 0x050B4D) is known color: Sapphire. HEX triplet: 05, 0B and 4D. RGB value is (5,11,77). Sum of RGB (Red+Green+Blue) = 5+11+77=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #050B4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B4D is #FAF4B2. Grayscale: #101010. Windows color (decimal): -16446643 or 5049093. OLE color: 5049093.
HSL color Cylindrical-coordinate representation of color #050B4D: hue angle of 235º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050B4D is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 11 | 77 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.70 |
| HSL | 235º | 0.88% | 0.16% | - |
| HSV(B) | 235º | 0.94% | 0.3% | - |
| XYZ | 1.52 | 0.81 | 7.1 | - |
| YUV | 16.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 77 | 0.94 | 0.86 | 0 | 0.70 | 235 | 0.88 | 0.16 |
| Hex | 5 | B | 4D | 5E | 56 | 0 | 46 | EB | 58 | 10 |
| Octal | 5 | 13 | 115 | 136 | 126 | 0 | 106 | 353 | 130 | 20 |
| Binary | 101 | 1011 | 1001101 | 1011110 | 1010110 | 0 | 1000110 | 11101011 | 1011000 | 10000 |
Color Harmonies of #050B4D
Complementary color
Monochromatic Colors of #050B4D
Black with #050B4D
Text Example
Text Example
White with #050B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B4D; }
p { color: rgb(5,11,77); }
H1.HeaderClassName
{
color: #050B4D;
}
.AnyTagClassName
{
color: #050B4D;
}
</style>
background-color css
<style>
a { background-color: #050B4D; }
a { background-color: rgb(5,11,77); }
div.DivClassName
{
background-color: #050B4D;
}
.BgClassName
{
background-color: #050B4D;
}
</style>
border-color css
<style>
span { border-color: #050B4D; }
span { border-color: rgb(5,11,77); }
td.TdClassName
{
border-color: #050B4D;
}
.TagClassName
{
border-color: #050B4D;
}
</style>