Shades of Sapphire #01214C
Tints of Sapphire #01214C
RGB
CMYK
RGB Variations
Color information
#01214C (or 0x01214C) is known color: Sapphire. HEX triplet: 01, 21 and 4C. RGB value is (1,33,76). Sum of RGB (Red+Green+Blue) = 1+33+76=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #01214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01214C is #FEDEB3. Grayscale: #1C1C1C. Windows color (decimal): -16703156 or 4989185. OLE color: 4989185.
HSL color Cylindrical-coordinate representation of color #01214C: hue angle of 214.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01214C is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 33 | 76 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.70 |
| HSL | 214.4º | 0.97% | 0.15% | - |
| HSV(B) | 214.4º | 0.99% | 0.3% | - |
| XYZ | 1.86 | 1.62 | 7.05 | - |
| YUV | 28.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 76 | 0.99 | 0.57 | 0 | 0.70 | 214.4 | 0.97 | 0.15 |
| Hex | 1 | 21 | 4C | 63 | 39 | 0 | 46 | D6 | 61 | F |
| Octal | 1 | 41 | 114 | 143 | 71 | 0 | 106 | 326 | 141 | 17 |
| Binary | 1 | 100001 | 1001100 | 1100011 | 111001 | 0 | 1000110 | 11010110 | 1100001 | 1111 |
Color Harmonies of #01214C
Complementary color
Monochromatic Colors of #01214C
Black with #01214C
Text Example
Text Example
White with #01214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01214C; }
p { color: rgb(1,33,76); }
H1.HeaderClassName
{
color: #01214C;
}
.AnyTagClassName
{
color: #01214C;
}
</style>
background-color css
<style>
a { background-color: #01214C; }
a { background-color: rgb(1,33,76); }
div.DivClassName
{
background-color: #01214C;
}
.BgClassName
{
background-color: #01214C;
}
</style>
border-color css
<style>
span { border-color: #01214C; }
span { border-color: rgb(1,33,76); }
td.TdClassName
{
border-color: #01214C;
}
.TagClassName
{
border-color: #01214C;
}
</style>