Shades of Sapphire #042162
Tints of Sapphire #042162
RGB
CMYK
RGB Variations
Color information
#042162 (or 0x042162) is known color: Sapphire. HEX triplet: 04, 21 and 62. RGB value is (4,33,98). Sum of RGB (Red+Green+Blue) = 4+33+98=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #042162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042162 is #FBDE9D. Grayscale: #1F1F1F. Windows color (decimal): -16506526 or 6430980. OLE color: 6430980.
HSL color Cylindrical-coordinate representation of color #042162: hue angle of 221.49º 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 #042162 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 33 | 98 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.62 |
| HSL | 221.49º | 0.92% | 0.2% | - |
| HSV(B) | 221.49º | 0.96% | 0.38% | - |
| XYZ | 2.8 | 2 | 11.79 | - |
| YUV | 31.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 98 | 0.96 | 0.66 | 0 | 0.62 | 221.49 | 0.92 | 0.2 |
| Hex | 4 | 21 | 62 | 60 | 42 | 0 | 3E | DD | 5C | 14 |
| Octal | 4 | 41 | 142 | 140 | 102 | 0 | 76 | 335 | 134 | 24 |
| Binary | 100 | 100001 | 1100010 | 1100000 | 1000010 | 0 | 111110 | 11011101 | 1011100 | 10100 |
Color Harmonies of #042162
Complementary color
Monochromatic Colors of #042162
Black with #042162
Text Example
Text Example
White with #042162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042162; }
p { color: rgb(4,33,98); }
H1.HeaderClassName
{
color: #042162;
}
.AnyTagClassName
{
color: #042162;
}
</style>
background-color css
<style>
a { background-color: #042162; }
a { background-color: rgb(4,33,98); }
div.DivClassName
{
background-color: #042162;
}
.BgClassName
{
background-color: #042162;
}
</style>
border-color css
<style>
span { border-color: #042162; }
span { border-color: rgb(4,33,98); }
td.TdClassName
{
border-color: #042162;
}
.TagClassName
{
border-color: #042162;
}
</style>