Shades of Sapphire #012466
Tints of Sapphire #012466
RGB
CMYK
RGB Variations
Color information
#012466 (or 0x012466) is known color: Sapphire. HEX triplet: 01, 24 and 66. RGB value is (1,36,102). Sum of RGB (Red+Green+Blue) = 1+36+102=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #012466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012466 is #FEDB99. Grayscale: #202020. Windows color (decimal): -16702362 or 6693889. OLE color: 6693889.
HSL color Cylindrical-coordinate representation of color #012466: hue angle of 219.21º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012466 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 36 | 102 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.6 |
| HSL | 219.21º | 0.98% | 0.2% | - |
| HSV(B) | 219.21º | 0.99% | 0.4% | - |
| XYZ | 3.04 | 2.23 | 12.84 | - |
| YUV | 33.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 102 | 0.99 | 0.65 | 0 | 0.6 | 219.21 | 0.98 | 0.2 |
| Hex | 1 | 24 | 66 | 63 | 41 | 0 | 3C | DB | 62 | 14 |
| Octal | 1 | 44 | 146 | 143 | 101 | 0 | 74 | 333 | 142 | 24 |
| Binary | 1 | 100100 | 1100110 | 1100011 | 1000001 | 0 | 111100 | 11011011 | 1100010 | 10100 |
Color Harmonies of #012466
Complementary color
Monochromatic Colors of #012466
Black with #012466
Text Example
Text Example
White with #012466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012466; }
p { color: rgb(1,36,102); }
H1.HeaderClassName
{
color: #012466;
}
.AnyTagClassName
{
color: #012466;
}
</style>
background-color css
<style>
a { background-color: #012466; }
a { background-color: rgb(1,36,102); }
div.DivClassName
{
background-color: #012466;
}
.BgClassName
{
background-color: #012466;
}
</style>
border-color css
<style>
span { border-color: #012466; }
span { border-color: rgb(1,36,102); }
td.TdClassName
{
border-color: #012466;
}
.TagClassName
{
border-color: #012466;
}
</style>