Shades of Sapphire #042C7E
Tints of Sapphire #042C7E
RGB
CMYK
RGB Variations
Color information
#042C7E (or 0x042C7E) is known color: Sapphire. HEX triplet: 04, 2C and 7E. RGB value is (4,44,126). Sum of RGB (Red+Green+Blue) = 4+44+126=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 126 (49.61% from 255 or 72.41% from 174); Max value from RGB is 126 - color contains mainly: blue. Hex color #042C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C7E is #FBD381. Grayscale: #292929. Windows color (decimal): -16503682 or 8268804. OLE color: 8268804.
HSL color Cylindrical-coordinate representation of color #042C7E: hue angle of 220.33º 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 #042C7E is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 44 | 126 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.51 |
| HSL | 220.33º | 0.94% | 0.25% | - |
| HSV(B) | 220.33º | 0.97% | 0.49% | - |
| XYZ | 4.72 | 3.33 | 20.13 | - |
| YUV | 41.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 126 | 0.97 | 0.65 | 0 | 0.51 | 220.33 | 0.94 | 0.25 |
| Hex | 4 | 2C | 7E | 61 | 41 | 0 | 33 | DC | 5E | 19 |
| Octal | 4 | 54 | 176 | 141 | 101 | 0 | 63 | 334 | 136 | 31 |
| Binary | 100 | 101100 | 1111110 | 1100001 | 1000001 | 0 | 110011 | 11011100 | 1011110 | 11001 |
Color Harmonies of #042C7E
Complementary color
Monochromatic Colors of #042C7E
Black with #042C7E
Text Example
Text Example
White with #042C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C7E; }
p { color: rgb(4,44,126); }
H1.HeaderClassName
{
color: #042C7E;
}
.AnyTagClassName
{
color: #042C7E;
}
</style>
background-color css
<style>
a { background-color: #042C7E; }
a { background-color: rgb(4,44,126); }
div.DivClassName
{
background-color: #042C7E;
}
.BgClassName
{
background-color: #042C7E;
}
</style>
border-color css
<style>
span { border-color: #042C7E; }
span { border-color: rgb(4,44,126); }
td.TdClassName
{
border-color: #042C7E;
}
.TagClassName
{
border-color: #042C7E;
}
</style>