Shades of Sapphire #011D67
Tints of Sapphire #011D67
RGB
CMYK
RGB Variations
Color information
#011D67 (or 0x011D67) is known color: Sapphire. HEX triplet: 01, 1D and 67. RGB value is (1,29,103). Sum of RGB (Red+Green+Blue) = 1+29+103=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 103 (40.62% from 255 or 77.44% from 133); Max value from RGB is 103 - color contains mainly: blue. Hex color #011D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D67 is #FEE298. Grayscale: #1C1C1C. Windows color (decimal): -16704153 or 6757633. OLE color: 6757633.
HSL color Cylindrical-coordinate representation of color #011D67: hue angle of 223.53º 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 #011D67 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 29 | 103 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.60 |
| HSL | 223.53º | 0.98% | 0.2% | - |
| HSV(B) | 223.53º | 0.99% | 0.4% | - |
| XYZ | 2.9 | 1.86 | 13.04 | - |
| YUV | 29.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 103 | 0.99 | 0.72 | 0 | 0.60 | 223.53 | 0.98 | 0.2 |
| Hex | 1 | 1D | 67 | 63 | 48 | 0 | 3C | E0 | 62 | 14 |
| Octal | 1 | 35 | 147 | 143 | 110 | 0 | 74 | 340 | 142 | 24 |
| Binary | 1 | 11101 | 1100111 | 1100011 | 1001000 | 0 | 111100 | 11100000 | 1100010 | 10100 |
Color Harmonies of #011D67
Complementary color
Monochromatic Colors of #011D67
Black with #011D67
Text Example
Text Example
White with #011D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D67; }
p { color: rgb(1,29,103); }
H1.HeaderClassName
{
color: #011D67;
}
.AnyTagClassName
{
color: #011D67;
}
</style>
background-color css
<style>
a { background-color: #011D67; }
a { background-color: rgb(1,29,103); }
div.DivClassName
{
background-color: #011D67;
}
.BgClassName
{
background-color: #011D67;
}
</style>
border-color css
<style>
span { border-color: #011D67; }
span { border-color: rgb(1,29,103); }
td.TdClassName
{
border-color: #011D67;
}
.TagClassName
{
border-color: #011D67;
}
</style>