Shades of Sapphire #011F6F
Tints of Sapphire #011F6F
RGB
CMYK
RGB Variations
Color information
#011F6F (or 0x011F6F) is known color: Sapphire. HEX triplet: 01, 1F and 6F. RGB value is (1,31,111). Sum of RGB (Red+Green+Blue) = 1+31+111=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 31 (12.5% from 255 or 21.68% 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 #011F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F6F is #FEE090. Grayscale: #1E1E1E. Windows color (decimal): -16703633 or 7282433. OLE color: 7282433.
HSL color Cylindrical-coordinate representation of color #011F6F: hue angle of 223.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F6F is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 31 | 111 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.56 |
| HSL | 223.64º | 0.98% | 0.22% | - |
| HSV(B) | 223.64º | 0.99% | 0.44% | - |
| XYZ | 3.37 | 2.13 | 15.27 | - |
| YUV | 31.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 111 | 0.99 | 0.72 | 0 | 0.56 | 223.64 | 0.98 | 0.22 |
| Hex | 1 | 1F | 6F | 63 | 48 | 0 | 38 | E0 | 62 | 16 |
| Octal | 1 | 37 | 157 | 143 | 110 | 0 | 70 | 340 | 142 | 26 |
| Binary | 1 | 11111 | 1101111 | 1100011 | 1001000 | 0 | 111000 | 11100000 | 1100010 | 10110 |
Color Harmonies of #011F6F
Complementary color
Monochromatic Colors of #011F6F
Black with #011F6F
Text Example
Text Example
White with #011F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F6F; }
p { color: rgb(1,31,111); }
H1.HeaderClassName
{
color: #011F6F;
}
.AnyTagClassName
{
color: #011F6F;
}
</style>
background-color css
<style>
a { background-color: #011F6F; }
a { background-color: rgb(1,31,111); }
div.DivClassName
{
background-color: #011F6F;
}
.BgClassName
{
background-color: #011F6F;
}
</style>
border-color css
<style>
span { border-color: #011F6F; }
span { border-color: rgb(1,31,111); }
td.TdClassName
{
border-color: #011F6F;
}
.TagClassName
{
border-color: #011F6F;
}
</style>