Shades of Sapphire #042961
Tints of Sapphire #042961
RGB
CMYK
RGB Variations
Color information
#042961 (or 0x042961) is known color: Sapphire. HEX triplet: 04, 29 and 61. RGB value is (4,41,97). Sum of RGB (Red+Green+Blue) = 4+41+97=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #042961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042961 is #FBD69E. Grayscale: #242424. Windows color (decimal): -16504479 or 6367492. OLE color: 6367492.
HSL color Cylindrical-coordinate representation of color #042961: hue angle of 216.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042961 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 41 | 97 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.62 |
| HSL | 216.13º | 0.92% | 0.2% | - |
| HSV(B) | 216.13º | 0.96% | 0.38% | - |
| XYZ | 3 | 2.47 | 11.63 | - |
| YUV | 36.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 97 | 0.96 | 0.58 | 0 | 0.62 | 216.13 | 0.92 | 0.2 |
| Hex | 4 | 29 | 61 | 60 | 3A | 0 | 3E | D8 | 5C | 14 |
| Octal | 4 | 51 | 141 | 140 | 72 | 0 | 76 | 330 | 134 | 24 |
| Binary | 100 | 101001 | 1100001 | 1100000 | 111010 | 0 | 111110 | 11011000 | 1011100 | 10100 |
Color Harmonies of #042961
Complementary color
Monochromatic Colors of #042961
Black with #042961
Text Example
Text Example
White with #042961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042961; }
p { color: rgb(4,41,97); }
H1.HeaderClassName
{
color: #042961;
}
.AnyTagClassName
{
color: #042961;
}
</style>
background-color css
<style>
a { background-color: #042961; }
a { background-color: rgb(4,41,97); }
div.DivClassName
{
background-color: #042961;
}
.BgClassName
{
background-color: #042961;
}
</style>
border-color css
<style>
span { border-color: #042961; }
span { border-color: rgb(4,41,97); }
td.TdClassName
{
border-color: #042961;
}
.TagClassName
{
border-color: #042961;
}
</style>