Shades of Sapphire #032047
Tints of Sapphire #032047
RGB
CMYK
RGB Variations
Color information
#032047 (or 0x032047) is known color: Sapphire. HEX triplet: 03, 20 and 47. RGB value is (3,32,71). Sum of RGB (Red+Green+Blue) = 3+32+71=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #032047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032047 is #FCDFB8. Grayscale: #1B1B1B. Windows color (decimal): -16572345 or 4661251. OLE color: 4661251.
HSL color Cylindrical-coordinate representation of color #032047: hue angle of 214.41º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032047 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 32 | 71 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.72 |
| HSL | 214.41º | 0.92% | 0.15% | - |
| HSV(B) | 214.41º | 0.96% | 0.28% | - |
| XYZ | 1.69 | 1.51 | 6.16 | - |
| YUV | 27.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 71 | 0.96 | 0.55 | 0 | 0.72 | 214.41 | 0.92 | 0.15 |
| Hex | 3 | 20 | 47 | 60 | 37 | 0 | 48 | D6 | 5C | F |
| Octal | 3 | 40 | 107 | 140 | 67 | 0 | 110 | 326 | 134 | 17 |
| Binary | 11 | 100000 | 1000111 | 1100000 | 110111 | 0 | 1001000 | 11010110 | 1011100 | 1111 |
Color Harmonies of #032047
Complementary color
Monochromatic Colors of #032047
Black with #032047
Text Example
Text Example
White with #032047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032047; }
p { color: rgb(3,32,71); }
H1.HeaderClassName
{
color: #032047;
}
.AnyTagClassName
{
color: #032047;
}
</style>
background-color css
<style>
a { background-color: #032047; }
a { background-color: rgb(3,32,71); }
div.DivClassName
{
background-color: #032047;
}
.BgClassName
{
background-color: #032047;
}
</style>
border-color css
<style>
span { border-color: #032047; }
span { border-color: rgb(3,32,71); }
td.TdClassName
{
border-color: #032047;
}
.TagClassName
{
border-color: #032047;
}
</style>