Shades of Sapphire #03214F
Tints of Sapphire #03214F
RGB
CMYK
RGB Variations
Color information
#03214F (or 0x03214F) is known color: Sapphire. HEX triplet: 03, 21 and 4F. RGB value is (3,33,79). Sum of RGB (Red+Green+Blue) = 3+33+79=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #03214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03214F is #FCDEB0. Grayscale: #1D1D1D. Windows color (decimal): -16572081 or 5185795. OLE color: 5185795.
HSL color Cylindrical-coordinate representation of color #03214F: hue angle of 216.32º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03214F is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 33 | 79 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.69 |
| HSL | 216.32º | 0.93% | 0.16% | - |
| HSV(B) | 216.32º | 0.96% | 0.31% | - |
| XYZ | 1.99 | 1.67 | 7.61 | - |
| YUV | 29.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 79 | 0.96 | 0.58 | 0 | 0.69 | 216.32 | 0.93 | 0.16 |
| Hex | 3 | 21 | 4F | 60 | 3A | 0 | 45 | D8 | 5D | 10 |
| Octal | 3 | 41 | 117 | 140 | 72 | 0 | 105 | 330 | 135 | 20 |
| Binary | 11 | 100001 | 1001111 | 1100000 | 111010 | 0 | 1000101 | 11011000 | 1011101 | 10000 |
Color Harmonies of #03214F
Complementary color
Monochromatic Colors of #03214F
Black with #03214F
Text Example
Text Example
White with #03214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03214F; }
p { color: rgb(3,33,79); }
H1.HeaderClassName
{
color: #03214F;
}
.AnyTagClassName
{
color: #03214F;
}
</style>
background-color css
<style>
a { background-color: #03214F; }
a { background-color: rgb(3,33,79); }
div.DivClassName
{
background-color: #03214F;
}
.BgClassName
{
background-color: #03214F;
}
</style>
border-color css
<style>
span { border-color: #03214F; }
span { border-color: rgb(3,33,79); }
td.TdClassName
{
border-color: #03214F;
}
.TagClassName
{
border-color: #03214F;
}
</style>