Shades of Sapphire #061F51
Tints of Sapphire #061F51
RGB
CMYK
RGB Variations
Color information
#061F51 (or 0x061F51) is known color: Sapphire. HEX triplet: 06, 1F and 51. RGB value is (6,31,81). Sum of RGB (Red+Green+Blue) = 6+31+81=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #061F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F51 is #F9E0AE. Grayscale: #1D1D1D. Windows color (decimal): -16375983 or 5316358. OLE color: 5316358.
HSL color Cylindrical-coordinate representation of color #061F51: hue angle of 220º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061F51 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 31 | 81 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.68 |
| HSL | 220º | 0.86% | 0.17% | - |
| HSV(B) | 220º | 0.93% | 0.32% | - |
| XYZ | 2.05 | 1.61 | 7.99 | - |
| YUV | 29.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 81 | 0.93 | 0.62 | 0 | 0.68 | 220 | 0.86 | 0.17 |
| Hex | 6 | 1F | 51 | 5D | 3E | 0 | 44 | DC | 56 | 11 |
| Octal | 6 | 37 | 121 | 135 | 76 | 0 | 104 | 334 | 126 | 21 |
| Binary | 110 | 11111 | 1010001 | 1011101 | 111110 | 0 | 1000100 | 11011100 | 1010110 | 10001 |
Color Harmonies of #061F51
Complementary color
Monochromatic Colors of #061F51
Black with #061F51
Text Example
Text Example
White with #061F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F51; }
p { color: rgb(6,31,81); }
H1.HeaderClassName
{
color: #061F51;
}
.AnyTagClassName
{
color: #061F51;
}
</style>
background-color css
<style>
a { background-color: #061F51; }
a { background-color: rgb(6,31,81); }
div.DivClassName
{
background-color: #061F51;
}
.BgClassName
{
background-color: #061F51;
}
</style>
border-color css
<style>
span { border-color: #061F51; }
span { border-color: rgb(6,31,81); }
td.TdClassName
{
border-color: #061F51;
}
.TagClassName
{
border-color: #061F51;
}
</style>