Shades of Sapphire #061F68
Tints of Sapphire #061F68
RGB
CMYK
RGB Variations
Color information
#061F68 (or 0x061F68) is known color: Sapphire. HEX triplet: 06, 1F and 68. RGB value is (6,31,104). Sum of RGB (Red+Green+Blue) = 6+31+104=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #061F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F68 is #F9E097. Grayscale: #1F1F1F. Windows color (decimal): -16375960 or 6823686. OLE color: 6823686.
HSL color Cylindrical-coordinate representation of color #061F68: hue angle of 224.69º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061F68 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 31 | 104 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.59 |
| HSL | 224.69º | 0.89% | 0.22% | - |
| HSV(B) | 224.69º | 0.94% | 0.41% | - |
| XYZ | 3.06 | 2.02 | 13.32 | - |
| YUV | 31.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 104 | 0.94 | 0.70 | 0 | 0.59 | 224.69 | 0.89 | 0.22 |
| Hex | 6 | 1F | 68 | 5E | 46 | 0 | 3B | E1 | 59 | 16 |
| Octal | 6 | 37 | 150 | 136 | 106 | 0 | 73 | 341 | 131 | 26 |
| Binary | 110 | 11111 | 1101000 | 1011110 | 1000110 | 0 | 111011 | 11100001 | 1011001 | 10110 |
Color Harmonies of #061F68
Complementary color
Monochromatic Colors of #061F68
Black with #061F68
Text Example
Text Example
White with #061F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F68; }
p { color: rgb(6,31,104); }
H1.HeaderClassName
{
color: #061F68;
}
.AnyTagClassName
{
color: #061F68;
}
</style>
background-color css
<style>
a { background-color: #061F68; }
a { background-color: rgb(6,31,104); }
div.DivClassName
{
background-color: #061F68;
}
.BgClassName
{
background-color: #061F68;
}
</style>
border-color css
<style>
span { border-color: #061F68; }
span { border-color: rgb(6,31,104); }
td.TdClassName
{
border-color: #061F68;
}
.TagClassName
{
border-color: #061F68;
}
</style>