Shades of Sapphire #032A76
Tints of Sapphire #032A76
RGB
CMYK
RGB Variations
Color information
#032A76 (or 0x032A76) is known color: Sapphire. HEX triplet: 03, 2A and 76. RGB value is (3,42,118). Sum of RGB (Red+Green+Blue) = 3+42+118=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #032A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A76 is #FCD589. Grayscale: #262626. Windows color (decimal): -16569738 or 7744003. OLE color: 7744003.
HSL color Cylindrical-coordinate representation of color #032A76: hue angle of 219.65º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A76 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 42 | 118 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.54 |
| HSL | 219.65º | 0.95% | 0.24% | - |
| HSV(B) | 219.65º | 0.97% | 0.46% | - |
| XYZ | 4.14 | 2.98 | 17.5 | - |
| YUV | 39 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 118 | 0.97 | 0.64 | 0 | 0.54 | 219.65 | 0.95 | 0.24 |
| Hex | 3 | 2A | 76 | 61 | 40 | 0 | 36 | DC | 5F | 18 |
| Octal | 3 | 52 | 166 | 141 | 100 | 0 | 66 | 334 | 137 | 30 |
| Binary | 11 | 101010 | 1110110 | 1100001 | 1000000 | 0 | 110110 | 11011100 | 1011111 | 11000 |
Color Harmonies of #032A76
Complementary color
Monochromatic Colors of #032A76
Black with #032A76
Text Example
Text Example
White with #032A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A76; }
p { color: rgb(3,42,118); }
H1.HeaderClassName
{
color: #032A76;
}
.AnyTagClassName
{
color: #032A76;
}
</style>
background-color css
<style>
a { background-color: #032A76; }
a { background-color: rgb(3,42,118); }
div.DivClassName
{
background-color: #032A76;
}
.BgClassName
{
background-color: #032A76;
}
</style>
border-color css
<style>
span { border-color: #032A76; }
span { border-color: rgb(3,42,118); }
td.TdClassName
{
border-color: #032A76;
}
.TagClassName
{
border-color: #032A76;
}
</style>