Shades of Sapphire #042256
Tints of Sapphire #042256
RGB
CMYK
RGB Variations
Color information
#042256 (or 0x042256) is known color: Sapphire. HEX triplet: 04, 22 and 56. RGB value is (4,34,86). Sum of RGB (Red+Green+Blue) = 4+34+86=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #042256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042256 is #FBDDA9. Grayscale: #1E1E1E. Windows color (decimal): -16506282 or 5644804. OLE color: 5644804.
HSL color Cylindrical-coordinate representation of color #042256: hue angle of 218.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042256 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 34 | 86 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.66 |
| HSL | 218.05º | 0.91% | 0.18% | - |
| HSV(B) | 218.05º | 0.95% | 0.34% | - |
| XYZ | 2.3 | 1.84 | 9.04 | - |
| YUV | 30.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 86 | 0.95 | 0.60 | 0 | 0.66 | 218.05 | 0.91 | 0.18 |
| Hex | 4 | 22 | 56 | 5F | 3C | 0 | 42 | DA | 5B | 12 |
| Octal | 4 | 42 | 126 | 137 | 74 | 0 | 102 | 332 | 133 | 22 |
| Binary | 100 | 100010 | 1010110 | 1011111 | 111100 | 0 | 1000010 | 11011010 | 1011011 | 10010 |
Color Harmonies of #042256
Complementary color
Monochromatic Colors of #042256
Black with #042256
Text Example
Text Example
White with #042256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042256; }
p { color: rgb(4,34,86); }
H1.HeaderClassName
{
color: #042256;
}
.AnyTagClassName
{
color: #042256;
}
</style>
background-color css
<style>
a { background-color: #042256; }
a { background-color: rgb(4,34,86); }
div.DivClassName
{
background-color: #042256;
}
.BgClassName
{
background-color: #042256;
}
</style>
border-color css
<style>
span { border-color: #042256; }
span { border-color: rgb(4,34,86); }
td.TdClassName
{
border-color: #042256;
}
.TagClassName
{
border-color: #042256;
}
</style>