Shades of Sapphire #011F6D
Tints of Sapphire #011F6D
RGB
CMYK
RGB Variations
Color information
#011F6D (or 0x011F6D) is known color: Sapphire. HEX triplet: 01, 1F and 6D. RGB value is (1,31,109). Sum of RGB (Red+Green+Blue) = 1+31+109=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #011F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F6D is #FEE092. Grayscale: #1E1E1E. Windows color (decimal): -16703635 or 7151361. OLE color: 7151361.
HSL color Cylindrical-coordinate representation of color #011F6D: hue angle of 223.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F6D is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 31 | 109 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.57 |
| HSL | 223.33º | 0.98% | 0.22% | - |
| HSV(B) | 223.33º | 0.99% | 0.43% | - |
| XYZ | 3.26 | 2.09 | 14.7 | - |
| YUV | 30.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 109 | 0.99 | 0.72 | 0 | 0.57 | 223.33 | 0.98 | 0.22 |
| Hex | 1 | 1F | 6D | 63 | 48 | 0 | 39 | DF | 62 | 16 |
| Octal | 1 | 37 | 155 | 143 | 110 | 0 | 71 | 337 | 142 | 26 |
| Binary | 1 | 11111 | 1101101 | 1100011 | 1001000 | 0 | 111001 | 11011111 | 1100010 | 10110 |
Color Harmonies of #011F6D
Complementary color
Monochromatic Colors of #011F6D
Black with #011F6D
Text Example
Text Example
White with #011F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F6D; }
p { color: rgb(1,31,109); }
H1.HeaderClassName
{
color: #011F6D;
}
.AnyTagClassName
{
color: #011F6D;
}
</style>
background-color css
<style>
a { background-color: #011F6D; }
a { background-color: rgb(1,31,109); }
div.DivClassName
{
background-color: #011F6D;
}
.BgClassName
{
background-color: #011F6D;
}
</style>
border-color css
<style>
span { border-color: #011F6D; }
span { border-color: rgb(1,31,109); }
td.TdClassName
{
border-color: #011F6D;
}
.TagClassName
{
border-color: #011F6D;
}
</style>