Shades of Sapphire #01146D
Tints of Sapphire #01146D
RGB
CMYK
RGB Variations
Color information
#01146D (or 0x01146D) is known color: Sapphire. HEX triplet: 01, 14 and 6D. RGB value is (1,20,109). Sum of RGB (Red+Green+Blue) = 1+20+109=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 109 (42.97% from 255 or 83.85% from 130); Max value from RGB is 109 - color contains mainly: blue. Hex color #01146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01146D is #FEEB92. Grayscale: #181818. Windows color (decimal): -16706451 or 7148545. OLE color: 7148545.
HSL color Cylindrical-coordinate representation of color #01146D: hue angle of 229.44º 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 #01146D is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 20 | 109 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.57 |
| HSL | 229.44º | 0.98% | 0.22% | - |
| HSV(B) | 229.44º | 0.99% | 0.43% | - |
| XYZ | 3.02 | 1.61 | 14.62 | - |
| YUV | 24.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 109 | 0.99 | 0.82 | 0 | 0.57 | 229.44 | 0.98 | 0.22 |
| Hex | 1 | 14 | 6D | 63 | 52 | 0 | 39 | E5 | 62 | 16 |
| Octal | 1 | 24 | 155 | 143 | 122 | 0 | 71 | 345 | 142 | 26 |
| Binary | 1 | 10100 | 1101101 | 1100011 | 1010010 | 0 | 111001 | 11100101 | 1100010 | 10110 |
Color Harmonies of #01146D
Complementary color
Monochromatic Colors of #01146D
Black with #01146D
Text Example
Text Example
White with #01146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01146D; }
p { color: rgb(1,20,109); }
H1.HeaderClassName
{
color: #01146D;
}
.AnyTagClassName
{
color: #01146D;
}
</style>
background-color css
<style>
a { background-color: #01146D; }
a { background-color: rgb(1,20,109); }
div.DivClassName
{
background-color: #01146D;
}
.BgClassName
{
background-color: #01146D;
}
</style>
border-color css
<style>
span { border-color: #01146D; }
span { border-color: rgb(1,20,109); }
td.TdClassName
{
border-color: #01146D;
}
.TagClassName
{
border-color: #01146D;
}
</style>