Shades of Sapphire #042F7E
Tints of Sapphire #042F7E
RGB
CMYK
RGB Variations
Color information
#042F7E (or 0x042F7E) is known color: Sapphire. HEX triplet: 04, 2F and 7E. RGB value is (4,47,126). Sum of RGB (Red+Green+Blue) = 4+47+126=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 126 (49.61% from 255 or 71.19% from 177); Max value from RGB is 126 - color contains mainly: blue. Hex color #042F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F7E is #FBD081. Grayscale: #2A2A2A. Windows color (decimal): -16502914 or 8269572. OLE color: 8269572.
HSL color Cylindrical-coordinate representation of color #042F7E: hue angle of 218.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042F7E is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 47 | 126 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.51 |
| HSL | 218.85º | 0.94% | 0.25% | - |
| HSV(B) | 218.85º | 0.97% | 0.49% | - |
| XYZ | 4.83 | 3.57 | 20.17 | - |
| YUV | 43.15 | 174.75 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 126 | 0.97 | 0.63 | 0 | 0.51 | 218.85 | 0.94 | 0.25 |
| Hex | 4 | 2F | 7E | 61 | 3F | 0 | 33 | DB | 5E | 19 |
| Octal | 4 | 57 | 176 | 141 | 77 | 0 | 63 | 333 | 136 | 31 |
| Binary | 100 | 101111 | 1111110 | 1100001 | 111111 | 0 | 110011 | 11011011 | 1011110 | 11001 |
Color Harmonies of #042F7E
Complementary color
Monochromatic Colors of #042F7E
Black with #042F7E
Text Example
Text Example
White with #042F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F7E; }
p { color: rgb(4,47,126); }
H1.HeaderClassName
{
color: #042F7E;
}
.AnyTagClassName
{
color: #042F7E;
}
</style>
background-color css
<style>
a { background-color: #042F7E; }
a { background-color: rgb(4,47,126); }
div.DivClassName
{
background-color: #042F7E;
}
.BgClassName
{
background-color: #042F7E;
}
</style>
border-color css
<style>
span { border-color: #042F7E; }
span { border-color: rgb(4,47,126); }
td.TdClassName
{
border-color: #042F7E;
}
.TagClassName
{
border-color: #042F7E;
}
</style>