Shades of Sapphire #042F7A
Tints of Sapphire #042F7A
RGB
CMYK
RGB Variations
Color information
#042F7A (or 0x042F7A) is known color: Sapphire. HEX triplet: 04, 2F and 7A. RGB value is (4,47,122). Sum of RGB (Red+Green+Blue) = 4+47+122=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 122 (48.05% from 255 or 70.52% from 173); Max value from RGB is 122 - color contains mainly: blue. Hex color #042F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F7A is #FBD085. Grayscale: #2A2A2A. Windows color (decimal): -16502918 or 8007428. OLE color: 8007428.
HSL color Cylindrical-coordinate representation of color #042F7A: hue angle of 218.14º 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 #042F7A is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 47 | 122 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.52 |
| HSL | 218.14º | 0.94% | 0.25% | - |
| HSV(B) | 218.14º | 0.97% | 0.48% | - |
| XYZ | 4.58 | 3.46 | 18.84 | - |
| YUV | 42.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 122 | 0.97 | 0.61 | 0 | 0.52 | 218.14 | 0.94 | 0.25 |
| Hex | 4 | 2F | 7A | 61 | 3D | 0 | 34 | DA | 5E | 19 |
| Octal | 4 | 57 | 172 | 141 | 75 | 0 | 64 | 332 | 136 | 31 |
| Binary | 100 | 101111 | 1111010 | 1100001 | 111101 | 0 | 110100 | 11011010 | 1011110 | 11001 |
Color Harmonies of #042F7A
Complementary color
Monochromatic Colors of #042F7A
Black with #042F7A
Text Example
Text Example
White with #042F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042F7A; }
p { color: rgb(4,47,122); }
H1.HeaderClassName
{
color: #042F7A;
}
.AnyTagClassName
{
color: #042F7A;
}
</style>
background-color css
<style>
a { background-color: #042F7A; }
a { background-color: rgb(4,47,122); }
div.DivClassName
{
background-color: #042F7A;
}
.BgClassName
{
background-color: #042F7A;
}
</style>
border-color css
<style>
span { border-color: #042F7A; }
span { border-color: rgb(4,47,122); }
td.TdClassName
{
border-color: #042F7A;
}
.TagClassName
{
border-color: #042F7A;
}
</style>