Shades of Sapphire #061F5A
Tints of Sapphire #061F5A
RGB
CMYK
RGB Variations
Color information
#061F5A (or 0x061F5A) is known color: Sapphire. HEX triplet: 06, 1F and 5A. RGB value is (6,31,90). Sum of RGB (Red+Green+Blue) = 6+31+90=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #061F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F5A is #F9E0A5. Grayscale: #1D1D1D. Windows color (decimal): -16375974 or 5906182. OLE color: 5906182.
HSL color Cylindrical-coordinate representation of color #061F5A: hue angle of 222.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061F5A is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 31 | 90 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.65 |
| HSL | 222.14º | 0.88% | 0.19% | - |
| HSV(B) | 222.14º | 0.93% | 0.35% | - |
| XYZ | 2.41 | 1.76 | 9.88 | - |
| YUV | 30.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 90 | 0.93 | 0.66 | 0 | 0.65 | 222.14 | 0.88 | 0.19 |
| Hex | 6 | 1F | 5A | 5D | 42 | 0 | 41 | DE | 58 | 13 |
| Octal | 6 | 37 | 132 | 135 | 102 | 0 | 101 | 336 | 130 | 23 |
| Binary | 110 | 11111 | 1011010 | 1011101 | 1000010 | 0 | 1000001 | 11011110 | 1011000 | 10011 |
Color Harmonies of #061F5A
Complementary color
Monochromatic Colors of #061F5A
Black with #061F5A
Text Example
Text Example
White with #061F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F5A; }
p { color: rgb(6,31,90); }
H1.HeaderClassName
{
color: #061F5A;
}
.AnyTagClassName
{
color: #061F5A;
}
</style>
background-color css
<style>
a { background-color: #061F5A; }
a { background-color: rgb(6,31,90); }
div.DivClassName
{
background-color: #061F5A;
}
.BgClassName
{
background-color: #061F5A;
}
</style>
border-color css
<style>
span { border-color: #061F5A; }
span { border-color: rgb(6,31,90); }
td.TdClassName
{
border-color: #061F5A;
}
.TagClassName
{
border-color: #061F5A;
}
</style>