Shades of Sapphire #042657
Tints of Sapphire #042657
RGB
CMYK
RGB Variations
Color information
#042657 (or 0x042657) is known color: Sapphire. HEX triplet: 04, 26 and 57. RGB value is (4,38,87). Sum of RGB (Red+Green+Blue) = 4+38+87=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #042657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042657 is #FBD9A8. Grayscale: #212121. Windows color (decimal): -16505257 or 5711364. OLE color: 5711364.
HSL color Cylindrical-coordinate representation of color #042657: hue angle of 215.42º 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 #042657 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 38 | 87 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.66 |
| HSL | 215.42º | 0.91% | 0.18% | - |
| HSV(B) | 215.42º | 0.95% | 0.34% | - |
| XYZ | 2.46 | 2.1 | 9.29 | - |
| YUV | 33.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 87 | 0.95 | 0.56 | 0 | 0.66 | 215.42 | 0.91 | 0.18 |
| Hex | 4 | 26 | 57 | 5F | 38 | 0 | 42 | D7 | 5B | 12 |
| Octal | 4 | 46 | 127 | 137 | 70 | 0 | 102 | 327 | 133 | 22 |
| Binary | 100 | 100110 | 1010111 | 1011111 | 111000 | 0 | 1000010 | 11010111 | 1011011 | 10010 |
Color Harmonies of #042657
Complementary color
Monochromatic Colors of #042657
Black with #042657
Text Example
Text Example
White with #042657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042657; }
p { color: rgb(4,38,87); }
H1.HeaderClassName
{
color: #042657;
}
.AnyTagClassName
{
color: #042657;
}
</style>
background-color css
<style>
a { background-color: #042657; }
a { background-color: rgb(4,38,87); }
div.DivClassName
{
background-color: #042657;
}
.BgClassName
{
background-color: #042657;
}
</style>
border-color css
<style>
span { border-color: #042657; }
span { border-color: rgb(4,38,87); }
td.TdClassName
{
border-color: #042657;
}
.TagClassName
{
border-color: #042657;
}
</style>