Shades of Sapphire #042557
Tints of Sapphire #042557
RGB
CMYK
RGB Variations
Color information
#042557 (or 0x042557) is known color: Sapphire. HEX triplet: 04, 25 and 57. RGB value is (4,37,87). Sum of RGB (Red+Green+Blue) = 4+37+87=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #042557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042557 is #FBDAA8. Grayscale: #202020. Windows color (decimal): -16505513 or 5711108. OLE color: 5711108.
HSL color Cylindrical-coordinate representation of color #042557: hue angle of 216.14º 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 #042557 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 37 | 87 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.66 |
| HSL | 216.14º | 0.91% | 0.18% | - |
| HSV(B) | 216.14º | 0.95% | 0.34% | - |
| XYZ | 2.43 | 2.04 | 9.28 | - |
| YUV | 32.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 87 | 0.95 | 0.57 | 0 | 0.66 | 216.14 | 0.91 | 0.18 |
| Hex | 4 | 25 | 57 | 5F | 39 | 0 | 42 | D8 | 5B | 12 |
| Octal | 4 | 45 | 127 | 137 | 71 | 0 | 102 | 330 | 133 | 22 |
| Binary | 100 | 100101 | 1010111 | 1011111 | 111001 | 0 | 1000010 | 11011000 | 1011011 | 10010 |
Color Harmonies of #042557
Complementary color
Monochromatic Colors of #042557
Black with #042557
Text Example
Text Example
White with #042557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042557; }
p { color: rgb(4,37,87); }
H1.HeaderClassName
{
color: #042557;
}
.AnyTagClassName
{
color: #042557;
}
</style>
background-color css
<style>
a { background-color: #042557; }
a { background-color: rgb(4,37,87); }
div.DivClassName
{
background-color: #042557;
}
.BgClassName
{
background-color: #042557;
}
</style>
border-color css
<style>
span { border-color: #042557; }
span { border-color: rgb(4,37,87); }
td.TdClassName
{
border-color: #042557;
}
.TagClassName
{
border-color: #042557;
}
</style>