Shades of Sapphire #01126D
Tints of Sapphire #01126D
RGB
CMYK
RGB Variations
Color information
#01126D (or 0x01126D) is known color: Sapphire. HEX triplet: 01, 12 and 6D. RGB value is (1,18,109). Sum of RGB (Red+Green+Blue) = 1+18+109=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #01126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01126D is #FEED92. Grayscale: #161616. Windows color (decimal): -16706963 or 7148033. OLE color: 7148033.
HSL color Cylindrical-coordinate representation of color #01126D: hue angle of 230.56º 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 #01126D is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 18 | 109 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.57 |
| HSL | 230.56º | 0.98% | 0.22% | - |
| HSV(B) | 230.56º | 0.99% | 0.43% | - |
| XYZ | 2.99 | 1.54 | 14.61 | - |
| YUV | 23.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 109 | 0.99 | 0.83 | 0 | 0.57 | 230.56 | 0.98 | 0.22 |
| Hex | 1 | 12 | 6D | 63 | 53 | 0 | 39 | E7 | 62 | 16 |
| Octal | 1 | 22 | 155 | 143 | 123 | 0 | 71 | 347 | 142 | 26 |
| Binary | 1 | 10010 | 1101101 | 1100011 | 1010011 | 0 | 111001 | 11100111 | 1100010 | 10110 |
Color Harmonies of #01126D
Complementary color
Monochromatic Colors of #01126D
Black with #01126D
Text Example
Text Example
White with #01126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01126D; }
p { color: rgb(1,18,109); }
H1.HeaderClassName
{
color: #01126D;
}
.AnyTagClassName
{
color: #01126D;
}
</style>
background-color css
<style>
a { background-color: #01126D; }
a { background-color: rgb(1,18,109); }
div.DivClassName
{
background-color: #01126D;
}
.BgClassName
{
background-color: #01126D;
}
</style>
border-color css
<style>
span { border-color: #01126D; }
span { border-color: rgb(1,18,109); }
td.TdClassName
{
border-color: #01126D;
}
.TagClassName
{
border-color: #01126D;
}
</style>