Shades of Sapphire #04214F
Tints of Sapphire #04214F
RGB
CMYK
RGB Variations
Color information
#04214F (or 0x04214F) is known color: Sapphire. HEX triplet: 04, 21 and 4F. RGB value is (4,33,79). Sum of RGB (Red+Green+Blue) = 4+33+79=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #04214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04214F is #FBDEB0. Grayscale: #1D1D1D. Windows color (decimal): -16506545 or 5185796. OLE color: 5185796.
HSL color Cylindrical-coordinate representation of color #04214F: hue angle of 216.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04214F is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 33 | 79 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.69 |
| HSL | 216.8º | 0.9% | 0.16% | - |
| HSV(B) | 216.8º | 0.95% | 0.31% | - |
| XYZ | 2.01 | 1.68 | 7.62 | - |
| YUV | 29.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 79 | 0.95 | 0.58 | 0 | 0.69 | 216.8 | 0.9 | 0.16 |
| Hex | 4 | 21 | 4F | 5F | 3A | 0 | 45 | D9 | 5A | 10 |
| Octal | 4 | 41 | 117 | 137 | 72 | 0 | 105 | 331 | 132 | 20 |
| Binary | 100 | 100001 | 1001111 | 1011111 | 111010 | 0 | 1000101 | 11011001 | 1011010 | 10000 |
Color Harmonies of #04214F
Complementary color
Monochromatic Colors of #04214F
Black with #04214F
Text Example
Text Example
White with #04214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04214F; }
p { color: rgb(4,33,79); }
H1.HeaderClassName
{
color: #04214F;
}
.AnyTagClassName
{
color: #04214F;
}
</style>
background-color css
<style>
a { background-color: #04214F; }
a { background-color: rgb(4,33,79); }
div.DivClassName
{
background-color: #04214F;
}
.BgClassName
{
background-color: #04214F;
}
</style>
border-color css
<style>
span { border-color: #04214F; }
span { border-color: rgb(4,33,79); }
td.TdClassName
{
border-color: #04214F;
}
.TagClassName
{
border-color: #04214F;
}
</style>