Shades of Sapphire #042656
Tints of Sapphire #042656
RGB
CMYK
RGB Variations
Color information
#042656 (or 0x042656) is known color: Sapphire. HEX triplet: 04, 26 and 56. RGB value is (4,38,86). Sum of RGB (Red+Green+Blue) = 4+38+86=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #042656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042656 is #FBD9A9. Grayscale: #212121. Windows color (decimal): -16505258 or 5645828. OLE color: 5645828.
HSL color Cylindrical-coordinate representation of color #042656: hue angle of 215.12º 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 #042656 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 38 | 86 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.66 |
| HSL | 215.12º | 0.91% | 0.18% | - |
| HSV(B) | 215.12º | 0.95% | 0.34% | - |
| XYZ | 2.42 | 2.08 | 9.08 | - |
| YUV | 33.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 86 | 0.95 | 0.56 | 0 | 0.66 | 215.12 | 0.91 | 0.18 |
| Hex | 4 | 26 | 56 | 5F | 38 | 0 | 42 | D7 | 5B | 12 |
| Octal | 4 | 46 | 126 | 137 | 70 | 0 | 102 | 327 | 133 | 22 |
| Binary | 100 | 100110 | 1010110 | 1011111 | 111000 | 0 | 1000010 | 11010111 | 1011011 | 10010 |
Color Harmonies of #042656
Complementary color
Monochromatic Colors of #042656
Black with #042656
Text Example
Text Example
White with #042656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042656; }
p { color: rgb(4,38,86); }
H1.HeaderClassName
{
color: #042656;
}
.AnyTagClassName
{
color: #042656;
}
</style>
background-color css
<style>
a { background-color: #042656; }
a { background-color: rgb(4,38,86); }
div.DivClassName
{
background-color: #042656;
}
.BgClassName
{
background-color: #042656;
}
</style>
border-color css
<style>
span { border-color: #042656; }
span { border-color: rgb(4,38,86); }
td.TdClassName
{
border-color: #042656;
}
.TagClassName
{
border-color: #042656;
}
</style>