Shades of Sapphire #061F5B
Tints of Sapphire #061F5B
RGB
CMYK
RGB Variations
Color information
#061F5B (or 0x061F5B) is known color: Sapphire. HEX triplet: 06, 1F and 5B. RGB value is (6,31,91). Sum of RGB (Red+Green+Blue) = 6+31+91=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #061F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F5B is #F9E0A4. Grayscale: #1E1E1E. Windows color (decimal): -16375973 or 5971718. OLE color: 5971718.
HSL color Cylindrical-coordinate representation of color #061F5B: hue angle of 222.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061F5B is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 31 | 91 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.64 |
| HSL | 222.35º | 0.88% | 0.19% | - |
| HSV(B) | 222.35º | 0.93% | 0.36% | - |
| XYZ | 2.45 | 1.77 | 10.11 | - |
| YUV | 30.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 91 | 0.93 | 0.66 | 0 | 0.64 | 222.35 | 0.88 | 0.19 |
| Hex | 6 | 1F | 5B | 5D | 42 | 0 | 40 | DE | 58 | 13 |
| Octal | 6 | 37 | 133 | 135 | 102 | 0 | 100 | 336 | 130 | 23 |
| Binary | 110 | 11111 | 1011011 | 1011101 | 1000010 | 0 | 1000000 | 11011110 | 1011000 | 10011 |
Color Harmonies of #061F5B
Complementary color
Monochromatic Colors of #061F5B
Black with #061F5B
Text Example
Text Example
White with #061F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F5B; }
p { color: rgb(6,31,91); }
H1.HeaderClassName
{
color: #061F5B;
}
.AnyTagClassName
{
color: #061F5B;
}
</style>
background-color css
<style>
a { background-color: #061F5B; }
a { background-color: rgb(6,31,91); }
div.DivClassName
{
background-color: #061F5B;
}
.BgClassName
{
background-color: #061F5B;
}
</style>
border-color css
<style>
span { border-color: #061F5B; }
span { border-color: rgb(6,31,91); }
td.TdClassName
{
border-color: #061F5B;
}
.TagClassName
{
border-color: #061F5B;
}
</style>