Shades of Sapphire #042A61
Tints of Sapphire #042A61
RGB
CMYK
RGB Variations
Color information
#042A61 (or 0x042A61) is known color: Sapphire. HEX triplet: 04, 2A and 61. RGB value is (4,42,97). Sum of RGB (Red+Green+Blue) = 4+42+97=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #042A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A61 is #FBD59E. Grayscale: #242424. Windows color (decimal): -16504223 or 6367748. OLE color: 6367748.
HSL color Cylindrical-coordinate representation of color #042A61: hue angle of 215.48º 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 #042A61 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 42 | 97 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.62 |
| HSL | 215.48º | 0.92% | 0.2% | - |
| HSV(B) | 215.48º | 0.96% | 0.38% | - |
| XYZ | 3.04 | 2.54 | 11.64 | - |
| YUV | 36.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 97 | 0.96 | 0.57 | 0 | 0.62 | 215.48 | 0.92 | 0.2 |
| Hex | 4 | 2A | 61 | 60 | 39 | 0 | 3E | D7 | 5C | 14 |
| Octal | 4 | 52 | 141 | 140 | 71 | 0 | 76 | 327 | 134 | 24 |
| Binary | 100 | 101010 | 1100001 | 1100000 | 111001 | 0 | 111110 | 11010111 | 1011100 | 10100 |
Color Harmonies of #042A61
Complementary color
Monochromatic Colors of #042A61
Black with #042A61
Text Example
Text Example
White with #042A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A61; }
p { color: rgb(4,42,97); }
H1.HeaderClassName
{
color: #042A61;
}
.AnyTagClassName
{
color: #042A61;
}
</style>
background-color css
<style>
a { background-color: #042A61; }
a { background-color: rgb(4,42,97); }
div.DivClassName
{
background-color: #042A61;
}
.BgClassName
{
background-color: #042A61;
}
</style>
border-color css
<style>
span { border-color: #042A61; }
span { border-color: rgb(4,42,97); }
td.TdClassName
{
border-color: #042A61;
}
.TagClassName
{
border-color: #042A61;
}
</style>