Shades of Sapphire #00214D
Tints of Sapphire #00214D
RGB
CMYK
RGB Variations
Color information
#00214D (or 0x00214D) is known color: Sapphire. HEX triplet: 00, 21 and 4D. RGB value is (0,33,77). Sum of RGB (Red+Green+Blue) = 0+33+77=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #00214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00214D is #FFDEB2. Grayscale: #1B1B1B. Windows color (decimal): -16768691 or 5054720. OLE color: 5054720.
HSL color Cylindrical-coordinate representation of color #00214D: hue angle of 214.29º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00214D is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 33 | 77 | - |
| CMYK | 1 | 0.57 | 0 | 0.70 |
| HSL | 214.29º | 1% | 0.15% | - |
| HSV(B) | 214.29º | 1% | 0.3% | - |
| XYZ | 1.88 | 1.62 | 7.24 | - |
| YUV | 28.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 77 | 1 | 0.57 | 0 | 0.70 | 214.29 | 1 | 0.15 |
| Hex | 0 | 21 | 4D | 64 | 39 | 0 | 46 | D6 | 64 | F |
| Octal | 0 | 41 | 115 | 144 | 71 | 0 | 106 | 326 | 144 | 17 |
| Binary | 0 | 100001 | 1001101 | 1100100 | 111001 | 0 | 1000110 | 11010110 | 1100100 | 1111 |
Color Harmonies of #00214D
Complementary color
Monochromatic Colors of #00214D
Black with #00214D
Text Example
Text Example
White with #00214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00214D; }
p { color: rgb(0,33,77); }
H1.HeaderClassName
{
color: #00214D;
}
.AnyTagClassName
{
color: #00214D;
}
</style>
background-color css
<style>
a { background-color: #00214D; }
a { background-color: rgb(0,33,77); }
div.DivClassName
{
background-color: #00214D;
}
.BgClassName
{
background-color: #00214D;
}
</style>
border-color css
<style>
span { border-color: #00214D; }
span { border-color: rgb(0,33,77); }
td.TdClassName
{
border-color: #00214D;
}
.TagClassName
{
border-color: #00214D;
}
</style>