Shades of Sapphire #00214F
Tints of Sapphire #00214F
RGB
CMYK
RGB Variations
Color information
#00214F (or 0x00214F) is known color: Sapphire. HEX triplet: 00, 21 and 4F. RGB value is (0,33,79). Sum of RGB (Red+Green+Blue) = 0+33+79=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #00214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00214F is #FFDEB0. Grayscale: #1C1C1C. Windows color (decimal): -16768689 or 5185792. OLE color: 5185792.
HSL color Cylindrical-coordinate representation of color #00214F: hue angle of 214.94º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00214F is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 33 | 79 | - |
| CMYK | 1 | 0.58 | 0 | 0.69 |
| HSL | 214.94º | 1% | 0.15% | - |
| HSV(B) | 214.94º | 1% | 0.31% | - |
| XYZ | 1.96 | 1.65 | 7.61 | - |
| YUV | 28.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 79 | 1 | 0.58 | 0 | 0.69 | 214.94 | 1 | 0.15 |
| Hex | 0 | 21 | 4F | 64 | 3A | 0 | 45 | D7 | 64 | F |
| Octal | 0 | 41 | 117 | 144 | 72 | 0 | 105 | 327 | 144 | 17 |
| Binary | 0 | 100001 | 1001111 | 1100100 | 111010 | 0 | 1000101 | 11010111 | 1100100 | 1111 |
Color Harmonies of #00214F
Complementary color
Monochromatic Colors of #00214F
Black with #00214F
Text Example
Text Example
White with #00214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00214F; }
p { color: rgb(0,33,79); }
H1.HeaderClassName
{
color: #00214F;
}
.AnyTagClassName
{
color: #00214F;
}
</style>
background-color css
<style>
a { background-color: #00214F; }
a { background-color: rgb(0,33,79); }
div.DivClassName
{
background-color: #00214F;
}
.BgClassName
{
background-color: #00214F;
}
</style>
border-color css
<style>
span { border-color: #00214F; }
span { border-color: rgb(0,33,79); }
td.TdClassName
{
border-color: #00214F;
}
.TagClassName
{
border-color: #00214F;
}
</style>