Shades of Sapphire #011361
Tints of Sapphire #011361
RGB
CMYK
RGB Variations
Color information
#011361 (or 0x011361) is known color: Sapphire. HEX triplet: 01, 13 and 61. RGB value is (1,19,97). Sum of RGB (Red+Green+Blue) = 1+19+97=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #011361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011361 is #FEEC9E. Grayscale: #161616. Windows color (decimal): -16706719 or 6361857. OLE color: 6361857.
HSL color Cylindrical-coordinate representation of color #011361: hue angle of 228.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011361 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 19 | 97 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.62 |
| HSL | 228.75º | 0.98% | 0.19% | - |
| HSV(B) | 228.75º | 0.99% | 0.38% | - |
| XYZ | 2.4 | 1.34 | 11.44 | - |
| YUV | 22.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 97 | 0.99 | 0.80 | 0 | 0.62 | 228.75 | 0.98 | 0.19 |
| Hex | 1 | 13 | 61 | 63 | 50 | 0 | 3E | E5 | 62 | 13 |
| Octal | 1 | 23 | 141 | 143 | 120 | 0 | 76 | 345 | 142 | 23 |
| Binary | 1 | 10011 | 1100001 | 1100011 | 1010000 | 0 | 111110 | 11100101 | 1100010 | 10011 |
Color Harmonies of #011361
Complementary color
Monochromatic Colors of #011361
Black with #011361
Text Example
Text Example
White with #011361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011361; }
p { color: rgb(1,19,97); }
H1.HeaderClassName
{
color: #011361;
}
.AnyTagClassName
{
color: #011361;
}
</style>
background-color css
<style>
a { background-color: #011361; }
a { background-color: rgb(1,19,97); }
div.DivClassName
{
background-color: #011361;
}
.BgClassName
{
background-color: #011361;
}
</style>
border-color css
<style>
span { border-color: #011361; }
span { border-color: rgb(1,19,97); }
td.TdClassName
{
border-color: #011361;
}
.TagClassName
{
border-color: #011361;
}
</style>