Shades of Sapphire #011968
Tints of Sapphire #011968
RGB
CMYK
RGB Variations
Color information
#011968 (or 0x011968) is known color: Sapphire. HEX triplet: 01, 19 and 68. RGB value is (1,25,104). Sum of RGB (Red+Green+Blue) = 1+25+104=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #011968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011968 is #FEE697. Grayscale: #1A1A1A. Windows color (decimal): -16705176 or 6822145. OLE color: 6822145.
HSL color Cylindrical-coordinate representation of color #011968: hue angle of 226.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011968 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 25 | 104 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.59 |
| HSL | 226.02º | 0.98% | 0.21% | - |
| HSV(B) | 226.02º | 0.99% | 0.41% | - |
| XYZ | 2.86 | 1.7 | 13.27 | - |
| YUV | 26.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 104 | 0.99 | 0.76 | 0 | 0.59 | 226.02 | 0.98 | 0.21 |
| Hex | 1 | 19 | 68 | 63 | 4C | 0 | 3B | E2 | 62 | 15 |
| Octal | 1 | 31 | 150 | 143 | 114 | 0 | 73 | 342 | 142 | 25 |
| Binary | 1 | 11001 | 1101000 | 1100011 | 1001100 | 0 | 111011 | 11100010 | 1100010 | 10101 |
Color Harmonies of #011968
Complementary color
Monochromatic Colors of #011968
Black with #011968
Text Example
Text Example
White with #011968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011968; }
p { color: rgb(1,25,104); }
H1.HeaderClassName
{
color: #011968;
}
.AnyTagClassName
{
color: #011968;
}
</style>
background-color css
<style>
a { background-color: #011968; }
a { background-color: rgb(1,25,104); }
div.DivClassName
{
background-color: #011968;
}
.BgClassName
{
background-color: #011968;
}
</style>
border-color css
<style>
span { border-color: #011968; }
span { border-color: rgb(1,25,104); }
td.TdClassName
{
border-color: #011968;
}
.TagClassName
{
border-color: #011968;
}
</style>