Shades of Sapphire #042E7B
Tints of Sapphire #042E7B
RGB
CMYK
RGB Variations
Color information
#042E7B (or 0x042E7B) is known color: Sapphire. HEX triplet: 04, 2E and 7B. RGB value is (4,46,123). Sum of RGB (Red+Green+Blue) = 4+46+123=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #042E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E7B is #FBD184. Grayscale: #292929. Windows color (decimal): -16503173 or 8072708. OLE color: 8072708.
HSL color Cylindrical-coordinate representation of color #042E7B: hue angle of 218.82º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042E7B is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 46 | 123 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.52 |
| HSL | 218.82º | 0.94% | 0.25% | - |
| HSV(B) | 218.82º | 0.97% | 0.48% | - |
| XYZ | 4.6 | 3.41 | 19.15 | - |
| YUV | 42.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 123 | 0.97 | 0.63 | 0 | 0.52 | 218.82 | 0.94 | 0.25 |
| Hex | 4 | 2E | 7B | 61 | 3F | 0 | 34 | DB | 5E | 19 |
| Octal | 4 | 56 | 173 | 141 | 77 | 0 | 64 | 333 | 136 | 31 |
| Binary | 100 | 101110 | 1111011 | 1100001 | 111111 | 0 | 110100 | 11011011 | 1011110 | 11001 |
Color Harmonies of #042E7B
Complementary color
Monochromatic Colors of #042E7B
Black with #042E7B
Text Example
Text Example
White with #042E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E7B; }
p { color: rgb(4,46,123); }
H1.HeaderClassName
{
color: #042E7B;
}
.AnyTagClassName
{
color: #042E7B;
}
</style>
background-color css
<style>
a { background-color: #042E7B; }
a { background-color: rgb(4,46,123); }
div.DivClassName
{
background-color: #042E7B;
}
.BgClassName
{
background-color: #042E7B;
}
</style>
border-color css
<style>
span { border-color: #042E7B; }
span { border-color: rgb(4,46,123); }
td.TdClassName
{
border-color: #042E7B;
}
.TagClassName
{
border-color: #042E7B;
}
</style>