Shades of Sapphire #032173
Tints of Sapphire #032173
RGB
CMYK
RGB Variations
Color information
#032173 (or 0x032173) is known color: Sapphire. HEX triplet: 03, 21 and 73. RGB value is (3,33,115). Sum of RGB (Red+Green+Blue) = 3+33+115=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #032173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032173 is #FCDE8C. Grayscale: #212121. Windows color (decimal): -16572045 or 7545091. OLE color: 7545091.
HSL color Cylindrical-coordinate representation of color #032173: hue angle of 223.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032173 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 33 | 115 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.55 |
| HSL | 223.93º | 0.95% | 0.23% | - |
| HSV(B) | 223.93º | 0.97% | 0.45% | - |
| XYZ | 3.68 | 2.34 | 16.48 | - |
| YUV | 33.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 115 | 0.97 | 0.71 | 0 | 0.55 | 223.93 | 0.95 | 0.23 |
| Hex | 3 | 21 | 73 | 61 | 47 | 0 | 37 | E0 | 5F | 17 |
| Octal | 3 | 41 | 163 | 141 | 107 | 0 | 67 | 340 | 137 | 27 |
| Binary | 11 | 100001 | 1110011 | 1100001 | 1000111 | 0 | 110111 | 11100000 | 1011111 | 10111 |
Color Harmonies of #032173
Complementary color
Monochromatic Colors of #032173
Black with #032173
Text Example
Text Example
White with #032173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032173; }
p { color: rgb(3,33,115); }
H1.HeaderClassName
{
color: #032173;
}
.AnyTagClassName
{
color: #032173;
}
</style>
background-color css
<style>
a { background-color: #032173; }
a { background-color: rgb(3,33,115); }
div.DivClassName
{
background-color: #032173;
}
.BgClassName
{
background-color: #032173;
}
</style>
border-color css
<style>
span { border-color: #032173; }
span { border-color: rgb(3,33,115); }
td.TdClassName
{
border-color: #032173;
}
.TagClassName
{
border-color: #032173;
}
</style>