Shades of Sapphire #042063
Tints of Sapphire #042063
RGB
CMYK
RGB Variations
Color information
#042063 (or 0x042063) is known color: Sapphire. HEX triplet: 04, 20 and 63. RGB value is (4,32,99). Sum of RGB (Red+Green+Blue) = 4+32+99=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #042063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042063 is #FBDF9C. Grayscale: #1E1E1E. Windows color (decimal): -16506781 or 6496260. OLE color: 6496260.
HSL color Cylindrical-coordinate representation of color #042063: hue angle of 222.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042063 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 32 | 99 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.61 |
| HSL | 222.32º | 0.92% | 0.2% | - |
| HSV(B) | 222.32º | 0.96% | 0.39% | - |
| XYZ | 2.82 | 1.96 | 12.03 | - |
| YUV | 31.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 99 | 0.96 | 0.68 | 0 | 0.61 | 222.32 | 0.92 | 0.2 |
| Hex | 4 | 20 | 63 | 60 | 44 | 0 | 3D | DE | 5C | 14 |
| Octal | 4 | 40 | 143 | 140 | 104 | 0 | 75 | 336 | 134 | 24 |
| Binary | 100 | 100000 | 1100011 | 1100000 | 1000100 | 0 | 111101 | 11011110 | 1011100 | 10100 |
Color Harmonies of #042063
Complementary color
Monochromatic Colors of #042063
Black with #042063
Text Example
Text Example
White with #042063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042063; }
p { color: rgb(4,32,99); }
H1.HeaderClassName
{
color: #042063;
}
.AnyTagClassName
{
color: #042063;
}
</style>
background-color css
<style>
a { background-color: #042063; }
a { background-color: rgb(4,32,99); }
div.DivClassName
{
background-color: #042063;
}
.BgClassName
{
background-color: #042063;
}
</style>
border-color css
<style>
span { border-color: #042063; }
span { border-color: rgb(4,32,99); }
td.TdClassName
{
border-color: #042063;
}
.TagClassName
{
border-color: #042063;
}
</style>