Shades of Sapphire #032150
Tints of Sapphire #032150
RGB
CMYK
RGB Variations
Color information
#032150 (or 0x032150) is known color: Sapphire. HEX triplet: 03, 21 and 50. RGB value is (3,33,80). Sum of RGB (Red+Green+Blue) = 3+33+80=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #032150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032150 is #FCDEAF. Grayscale: #1D1D1D. Windows color (decimal): -16572080 or 5251331. OLE color: 5251331.
HSL color Cylindrical-coordinate representation of color #032150: hue angle of 216.62º 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 #032150 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 33 | 80 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.69 |
| HSL | 216.62º | 0.93% | 0.16% | - |
| HSV(B) | 216.62º | 0.96% | 0.31% | - |
| XYZ | 2.03 | 1.69 | 7.81 | - |
| YUV | 29.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 80 | 0.96 | 0.59 | 0 | 0.69 | 216.62 | 0.93 | 0.16 |
| Hex | 3 | 21 | 50 | 60 | 3B | 0 | 45 | D9 | 5D | 10 |
| Octal | 3 | 41 | 120 | 140 | 73 | 0 | 105 | 331 | 135 | 20 |
| Binary | 11 | 100001 | 1010000 | 1100000 | 111011 | 0 | 1000101 | 11011001 | 1011101 | 10000 |
Color Harmonies of #032150
Complementary color
Monochromatic Colors of #032150
Black with #032150
Text Example
Text Example
White with #032150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032150; }
p { color: rgb(3,33,80); }
H1.HeaderClassName
{
color: #032150;
}
.AnyTagClassName
{
color: #032150;
}
</style>
background-color css
<style>
a { background-color: #032150; }
a { background-color: rgb(3,33,80); }
div.DivClassName
{
background-color: #032150;
}
.BgClassName
{
background-color: #032150;
}
</style>
border-color css
<style>
span { border-color: #032150; }
span { border-color: rgb(3,33,80); }
td.TdClassName
{
border-color: #032150;
}
.TagClassName
{
border-color: #032150;
}
</style>