Shades of Sapphire #012461
Tints of Sapphire #012461
RGB
CMYK
RGB Variations
Color information
#012461 (or 0x012461) is known color: Sapphire. HEX triplet: 01, 24 and 61. RGB value is (1,36,97). Sum of RGB (Red+Green+Blue) = 1+36+97=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #012461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012461 is #FEDB9E. Grayscale: #202020. Windows color (decimal): -16702367 or 6366209. OLE color: 6366209.
HSL color Cylindrical-coordinate representation of color #012461: hue angle of 218.12º 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 #012461 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 36 | 97 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.62 |
| HSL | 218.13º | 0.98% | 0.19% | - |
| HSV(B) | 218.13º | 0.99% | 0.38% | - |
| XYZ | 2.8 | 2.13 | 11.57 | - |
| YUV | 32.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 97 | 0.99 | 0.63 | 0 | 0.62 | 218.13 | 0.98 | 0.19 |
| Hex | 1 | 24 | 61 | 63 | 3F | 0 | 3E | DA | 62 | 13 |
| Octal | 1 | 44 | 141 | 143 | 77 | 0 | 76 | 332 | 142 | 23 |
| Binary | 1 | 100100 | 1100001 | 1100011 | 111111 | 0 | 111110 | 11011010 | 1100010 | 10011 |
Color Harmonies of #012461
Complementary color
Monochromatic Colors of #012461
Black with #012461
Text Example
Text Example
White with #012461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012461; }
p { color: rgb(1,36,97); }
H1.HeaderClassName
{
color: #012461;
}
.AnyTagClassName
{
color: #012461;
}
</style>
background-color css
<style>
a { background-color: #012461; }
a { background-color: rgb(1,36,97); }
div.DivClassName
{
background-color: #012461;
}
.BgClassName
{
background-color: #012461;
}
</style>
border-color css
<style>
span { border-color: #012461; }
span { border-color: rgb(1,36,97); }
td.TdClassName
{
border-color: #012461;
}
.TagClassName
{
border-color: #012461;
}
</style>