Shades of Sapphire #032151
Tints of Sapphire #032151
RGB
CMYK
RGB Variations
Color information
#032151 (or 0x032151) is known color: Sapphire. HEX triplet: 03, 21 and 51. RGB value is (3,33,81). Sum of RGB (Red+Green+Blue) = 3+33+81=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #032151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032151 is #FCDEAE. Grayscale: #1D1D1D. Windows color (decimal): -16572079 or 5316867. OLE color: 5316867.
HSL color Cylindrical-coordinate representation of color #032151: hue angle of 216.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032151 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 33 | 81 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.68 |
| HSL | 216.92º | 0.93% | 0.16% | - |
| HSV(B) | 216.92º | 0.96% | 0.32% | - |
| XYZ | 2.07 | 1.7 | 8 | - |
| YUV | 29.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 81 | 0.96 | 0.59 | 0 | 0.68 | 216.92 | 0.93 | 0.16 |
| Hex | 3 | 21 | 51 | 60 | 3B | 0 | 44 | D9 | 5D | 10 |
| Octal | 3 | 41 | 121 | 140 | 73 | 0 | 104 | 331 | 135 | 20 |
| Binary | 11 | 100001 | 1010001 | 1100000 | 111011 | 0 | 1000100 | 11011001 | 1011101 | 10000 |
Color Harmonies of #032151
Complementary color
Monochromatic Colors of #032151
Black with #032151
Text Example
Text Example
White with #032151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032151; }
p { color: rgb(3,33,81); }
H1.HeaderClassName
{
color: #032151;
}
.AnyTagClassName
{
color: #032151;
}
</style>
background-color css
<style>
a { background-color: #032151; }
a { background-color: rgb(3,33,81); }
div.DivClassName
{
background-color: #032151;
}
.BgClassName
{
background-color: #032151;
}
</style>
border-color css
<style>
span { border-color: #032151; }
span { border-color: rgb(3,33,81); }
td.TdClassName
{
border-color: #032151;
}
.TagClassName
{
border-color: #032151;
}
</style>