Shades of Sapphire #032163
Tints of Sapphire #032163
RGB
CMYK
RGB Variations
Color information
#032163 (or 0x032163) is known color: Sapphire. HEX triplet: 03, 21 and 63. RGB value is (3,33,99). Sum of RGB (Red+Green+Blue) = 3+33+99=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #032163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032163 is #FCDE9C. Grayscale: #1F1F1F. Windows color (decimal): -16572061 or 6496515. OLE color: 6496515.
HSL color Cylindrical-coordinate representation of color #032163: hue angle of 221.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032163 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 33 | 99 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.61 |
| HSL | 221.25º | 0.94% | 0.2% | - |
| HSV(B) | 221.25º | 0.97% | 0.39% | - |
| XYZ | 2.83 | 2.01 | 12.04 | - |
| YUV | 31.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 99 | 0.97 | 0.67 | 0 | 0.61 | 221.25 | 0.94 | 0.2 |
| Hex | 3 | 21 | 63 | 61 | 43 | 0 | 3D | DD | 5E | 14 |
| Octal | 3 | 41 | 143 | 141 | 103 | 0 | 75 | 335 | 136 | 24 |
| Binary | 11 | 100001 | 1100011 | 1100001 | 1000011 | 0 | 111101 | 11011101 | 1011110 | 10100 |
Color Harmonies of #032163
Complementary color
Monochromatic Colors of #032163
Black with #032163
Text Example
Text Example
White with #032163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032163; }
p { color: rgb(3,33,99); }
H1.HeaderClassName
{
color: #032163;
}
.AnyTagClassName
{
color: #032163;
}
</style>
background-color css
<style>
a { background-color: #032163; }
a { background-color: rgb(3,33,99); }
div.DivClassName
{
background-color: #032163;
}
.BgClassName
{
background-color: #032163;
}
</style>
border-color css
<style>
span { border-color: #032163; }
span { border-color: rgb(3,33,99); }
td.TdClassName
{
border-color: #032163;
}
.TagClassName
{
border-color: #032163;
}
</style>