Shades of Sapphire #051B6F
Tints of Sapphire #051B6F
RGB
CMYK
RGB Variations
Color information
#051B6F (or 0x051B6F) is known color: Sapphire. HEX triplet: 05, 1B and 6F. RGB value is (5,27,111). Sum of RGB (Red+Green+Blue) = 5+27+111=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #051B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B6F is #FAE490. Grayscale: #1D1D1D. Windows color (decimal): -16442513 or 7281413. OLE color: 7281413.
HSL color Cylindrical-coordinate representation of color #051B6F: hue angle of 227.55º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B6F is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 27 | 111 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.56 |
| HSL | 227.55º | 0.91% | 0.23% | - |
| HSV(B) | 227.55º | 0.95% | 0.44% | - |
| XYZ | 3.32 | 1.96 | 15.24 | - |
| YUV | 30 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 111 | 0.95 | 0.76 | 0 | 0.56 | 227.55 | 0.91 | 0.23 |
| Hex | 5 | 1B | 6F | 5F | 4C | 0 | 38 | E4 | 5B | 17 |
| Octal | 5 | 33 | 157 | 137 | 114 | 0 | 70 | 344 | 133 | 27 |
| Binary | 101 | 11011 | 1101111 | 1011111 | 1001100 | 0 | 111000 | 11100100 | 1011011 | 10111 |
Color Harmonies of #051B6F
Complementary color
Monochromatic Colors of #051B6F
Black with #051B6F
Text Example
Text Example
White with #051B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B6F; }
p { color: rgb(5,27,111); }
H1.HeaderClassName
{
color: #051B6F;
}
.AnyTagClassName
{
color: #051B6F;
}
</style>
background-color css
<style>
a { background-color: #051B6F; }
a { background-color: rgb(5,27,111); }
div.DivClassName
{
background-color: #051B6F;
}
.BgClassName
{
background-color: #051B6F;
}
</style>
border-color css
<style>
span { border-color: #051B6F; }
span { border-color: rgb(5,27,111); }
td.TdClassName
{
border-color: #051B6F;
}
.TagClassName
{
border-color: #051B6F;
}
</style>