Shades of Sapphire #012672
Tints of Sapphire #012672
RGB
CMYK
RGB Variations
Color information
#012672 (or 0x012672) is known color: Sapphire. HEX triplet: 01, 26 and 72. RGB value is (1,38,114). Sum of RGB (Red+Green+Blue) = 1+38+114=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #012672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012672 is #FED98D. Grayscale: #232323. Windows color (decimal): -16701838 or 7480833. OLE color: 7480833.
HSL color Cylindrical-coordinate representation of color #012672: hue angle of 220.35º 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 #012672 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 38 | 114 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.55 |
| HSL | 220.35º | 0.98% | 0.23% | - |
| HSV(B) | 220.35º | 0.99% | 0.45% | - |
| XYZ | 3.74 | 2.61 | 16.23 | - |
| YUV | 35.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 114 | 0.99 | 0.67 | 0 | 0.55 | 220.35 | 0.98 | 0.23 |
| Hex | 1 | 26 | 72 | 63 | 43 | 0 | 37 | DC | 62 | 17 |
| Octal | 1 | 46 | 162 | 143 | 103 | 0 | 67 | 334 | 142 | 27 |
| Binary | 1 | 100110 | 1110010 | 1100011 | 1000011 | 0 | 110111 | 11011100 | 1100010 | 10111 |
Color Harmonies of #012672
Complementary color
Monochromatic Colors of #012672
Black with #012672
Text Example
Text Example
White with #012672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012672; }
p { color: rgb(1,38,114); }
H1.HeaderClassName
{
color: #012672;
}
.AnyTagClassName
{
color: #012672;
}
</style>
background-color css
<style>
a { background-color: #012672; }
a { background-color: rgb(1,38,114); }
div.DivClassName
{
background-color: #012672;
}
.BgClassName
{
background-color: #012672;
}
</style>
border-color css
<style>
span { border-color: #012672; }
span { border-color: rgb(1,38,114); }
td.TdClassName
{
border-color: #012672;
}
.TagClassName
{
border-color: #012672;
}
</style>