Shades of Sapphire #012C72
Tints of Sapphire #012C72
RGB
CMYK
RGB Variations
Color information
#012C72 (or 0x012C72) is known color: Sapphire. HEX triplet: 01, 2C and 72. RGB value is (1,44,114). Sum of RGB (Red+Green+Blue) = 1+44+114=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #012C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C72 is #FED38D. Grayscale: #262626. Windows color (decimal): -16700302 or 7482369. OLE color: 7482369.
HSL color Cylindrical-coordinate representation of color #012C72: hue angle of 217.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C72 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 44 | 114 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.55 |
| HSL | 217.17º | 0.98% | 0.23% | - |
| HSV(B) | 217.17º | 0.99% | 0.45% | - |
| XYZ | 3.95 | 3.02 | 16.29 | - |
| YUV | 39.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 114 | 0.99 | 0.61 | 0 | 0.55 | 217.17 | 0.98 | 0.23 |
| Hex | 1 | 2C | 72 | 63 | 3D | 0 | 37 | D9 | 62 | 17 |
| Octal | 1 | 54 | 162 | 143 | 75 | 0 | 67 | 331 | 142 | 27 |
| Binary | 1 | 101100 | 1110010 | 1100011 | 111101 | 0 | 110111 | 11011001 | 1100010 | 10111 |
Color Harmonies of #012C72
Complementary color
Monochromatic Colors of #012C72
Black with #012C72
Text Example
Text Example
White with #012C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C72; }
p { color: rgb(1,44,114); }
H1.HeaderClassName
{
color: #012C72;
}
.AnyTagClassName
{
color: #012C72;
}
</style>
background-color css
<style>
a { background-color: #012C72; }
a { background-color: rgb(1,44,114); }
div.DivClassName
{
background-color: #012C72;
}
.BgClassName
{
background-color: #012C72;
}
</style>
border-color css
<style>
span { border-color: #012C72; }
span { border-color: rgb(1,44,114); }
td.TdClassName
{
border-color: #012C72;
}
.TagClassName
{
border-color: #012C72;
}
</style>