Shades of Sapphire #011F67
Tints of Sapphire #011F67
RGB
CMYK
RGB Variations
Color information
#011F67 (or 0x011F67) is known color: Sapphire. HEX triplet: 01, 1F and 67. RGB value is (1,31,103). Sum of RGB (Red+Green+Blue) = 1+31+103=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 103 (40.62% from 255 or 76.30% from 135); Max value from RGB is 103 - color contains mainly: blue. Hex color #011F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F67 is #FEE098. Grayscale: #1D1D1D. Windows color (decimal): -16703641 or 6758145. OLE color: 6758145.
HSL color Cylindrical-coordinate representation of color #011F67: hue angle of 222.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F67 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 31 | 103 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.60 |
| HSL | 222.35º | 0.98% | 0.2% | - |
| HSV(B) | 222.35º | 0.99% | 0.4% | - |
| XYZ | 2.95 | 1.97 | 13.06 | - |
| YUV | 30.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 103 | 0.99 | 0.70 | 0 | 0.60 | 222.35 | 0.98 | 0.2 |
| Hex | 1 | 1F | 67 | 63 | 46 | 0 | 3C | DE | 62 | 14 |
| Octal | 1 | 37 | 147 | 143 | 106 | 0 | 74 | 336 | 142 | 24 |
| Binary | 1 | 11111 | 1100111 | 1100011 | 1000110 | 0 | 111100 | 11011110 | 1100010 | 10100 |
Color Harmonies of #011F67
Complementary color
Monochromatic Colors of #011F67
Black with #011F67
Text Example
Text Example
White with #011F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F67; }
p { color: rgb(1,31,103); }
H1.HeaderClassName
{
color: #011F67;
}
.AnyTagClassName
{
color: #011F67;
}
</style>
background-color css
<style>
a { background-color: #011F67; }
a { background-color: rgb(1,31,103); }
div.DivClassName
{
background-color: #011F67;
}
.BgClassName
{
background-color: #011F67;
}
</style>
border-color css
<style>
span { border-color: #011F67; }
span { border-color: rgb(1,31,103); }
td.TdClassName
{
border-color: #011F67;
}
.TagClassName
{
border-color: #011F67;
}
</style>