Shades of Sapphire #032451
Tints of Sapphire #032451
RGB
CMYK
RGB Variations
Color information
#032451 (or 0x032451) is known color: Sapphire. HEX triplet: 03, 24 and 51. RGB value is (3,36,81). Sum of RGB (Red+Green+Blue) = 3+36+81=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #032451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032451 is #FCDBAE. Grayscale: #1F1F1F. Windows color (decimal): -16571311 or 5317635. OLE color: 5317635.
HSL color Cylindrical-coordinate representation of color #032451: hue angle of 214.62º 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 #032451 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 36 | 81 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.68 |
| HSL | 214.62º | 0.93% | 0.16% | - |
| HSV(B) | 214.62º | 0.96% | 0.32% | - |
| XYZ | 2.15 | 1.88 | 8.03 | - |
| YUV | 31.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 81 | 0.96 | 0.56 | 0 | 0.68 | 214.62 | 0.93 | 0.16 |
| Hex | 3 | 24 | 51 | 60 | 38 | 0 | 44 | D7 | 5D | 10 |
| Octal | 3 | 44 | 121 | 140 | 70 | 0 | 104 | 327 | 135 | 20 |
| Binary | 11 | 100100 | 1010001 | 1100000 | 111000 | 0 | 1000100 | 11010111 | 1011101 | 10000 |
Color Harmonies of #032451
Complementary color
Monochromatic Colors of #032451
Black with #032451
Text Example
Text Example
White with #032451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032451; }
p { color: rgb(3,36,81); }
H1.HeaderClassName
{
color: #032451;
}
.AnyTagClassName
{
color: #032451;
}
</style>
background-color css
<style>
a { background-color: #032451; }
a { background-color: rgb(3,36,81); }
div.DivClassName
{
background-color: #032451;
}
.BgClassName
{
background-color: #032451;
}
</style>
border-color css
<style>
span { border-color: #032451; }
span { border-color: rgb(3,36,81); }
td.TdClassName
{
border-color: #032451;
}
.TagClassName
{
border-color: #032451;
}
</style>