Shades of Sapphire #042361
Tints of Sapphire #042361
RGB
CMYK
RGB Variations
Color information
#042361 (or 0x042361) is known color: Sapphire. HEX triplet: 04, 23 and 61. RGB value is (4,35,97). Sum of RGB (Red+Green+Blue) = 4+35+97=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #042361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042361 is #FBDC9E. Grayscale: #202020. Windows color (decimal): -16506015 or 6365956. OLE color: 6365956.
HSL color Cylindrical-coordinate representation of color #042361: hue angle of 220º 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 #042361 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 35 | 97 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.62 |
| HSL | 220º | 0.92% | 0.2% | - |
| HSV(B) | 220º | 0.96% | 0.38% | - |
| XYZ | 2.81 | 2.09 | 11.56 | - |
| YUV | 32.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 97 | 0.96 | 0.64 | 0 | 0.62 | 220 | 0.92 | 0.2 |
| Hex | 4 | 23 | 61 | 60 | 40 | 0 | 3E | DC | 5C | 14 |
| Octal | 4 | 43 | 141 | 140 | 100 | 0 | 76 | 334 | 134 | 24 |
| Binary | 100 | 100011 | 1100001 | 1100000 | 1000000 | 0 | 111110 | 11011100 | 1011100 | 10100 |
Color Harmonies of #042361
Complementary color
Monochromatic Colors of #042361
Black with #042361
Text Example
Text Example
White with #042361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042361; }
p { color: rgb(4,35,97); }
H1.HeaderClassName
{
color: #042361;
}
.AnyTagClassName
{
color: #042361;
}
</style>
background-color css
<style>
a { background-color: #042361; }
a { background-color: rgb(4,35,97); }
div.DivClassName
{
background-color: #042361;
}
.BgClassName
{
background-color: #042361;
}
</style>
border-color css
<style>
span { border-color: #042361; }
span { border-color: rgb(4,35,97); }
td.TdClassName
{
border-color: #042361;
}
.TagClassName
{
border-color: #042361;
}
</style>