Shades of Sapphire #042362
Tints of Sapphire #042362
RGB
CMYK
RGB Variations
Color information
#042362 (or 0x042362) is known color: Sapphire. HEX triplet: 04, 23 and 62. RGB value is (4,35,98). Sum of RGB (Red+Green+Blue) = 4+35+98=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #042362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042362 is #FBDC9D. Grayscale: #202020. Windows color (decimal): -16506014 or 6431492. OLE color: 6431492.
HSL color Cylindrical-coordinate representation of color #042362: hue angle of 220.21º 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 #042362 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 35 | 98 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.62 |
| HSL | 220.21º | 0.92% | 0.2% | - |
| HSV(B) | 220.21º | 0.96% | 0.38% | - |
| XYZ | 2.86 | 2.11 | 11.81 | - |
| YUV | 32.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 98 | 0.96 | 0.64 | 0 | 0.62 | 220.21 | 0.92 | 0.2 |
| Hex | 4 | 23 | 62 | 60 | 40 | 0 | 3E | DC | 5C | 14 |
| Octal | 4 | 43 | 142 | 140 | 100 | 0 | 76 | 334 | 134 | 24 |
| Binary | 100 | 100011 | 1100010 | 1100000 | 1000000 | 0 | 111110 | 11011100 | 1011100 | 10100 |
Color Harmonies of #042362
Complementary color
Monochromatic Colors of #042362
Black with #042362
Text Example
Text Example
White with #042362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042362; }
p { color: rgb(4,35,98); }
H1.HeaderClassName
{
color: #042362;
}
.AnyTagClassName
{
color: #042362;
}
</style>
background-color css
<style>
a { background-color: #042362; }
a { background-color: rgb(4,35,98); }
div.DivClassName
{
background-color: #042362;
}
.BgClassName
{
background-color: #042362;
}
</style>
border-color css
<style>
span { border-color: #042362; }
span { border-color: rgb(4,35,98); }
td.TdClassName
{
border-color: #042362;
}
.TagClassName
{
border-color: #042362;
}
</style>