Shades of Sapphire #042C7B
Tints of Sapphire #042C7B
RGB
CMYK
RGB Variations
Color information
#042C7B (or 0x042C7B) is known color: Sapphire. HEX triplet: 04, 2C and 7B. RGB value is (4,44,123). Sum of RGB (Red+Green+Blue) = 4+44+123=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #042C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C7B is #FBD384. Grayscale: #282828. Windows color (decimal): -16503685 or 8072196. OLE color: 8072196.
HSL color Cylindrical-coordinate representation of color #042C7B: hue angle of 219.83º 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 #042C7B is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 44 | 123 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.52 |
| HSL | 219.83º | 0.94% | 0.25% | - |
| HSV(B) | 219.83º | 0.97% | 0.48% | - |
| XYZ | 4.53 | 3.26 | 19.13 | - |
| YUV | 41.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 123 | 0.97 | 0.64 | 0 | 0.52 | 219.83 | 0.94 | 0.25 |
| Hex | 4 | 2C | 7B | 61 | 40 | 0 | 34 | DC | 5E | 19 |
| Octal | 4 | 54 | 173 | 141 | 100 | 0 | 64 | 334 | 136 | 31 |
| Binary | 100 | 101100 | 1111011 | 1100001 | 1000000 | 0 | 110100 | 11011100 | 1011110 | 11001 |
Color Harmonies of #042C7B
Complementary color
Monochromatic Colors of #042C7B
Black with #042C7B
Text Example
Text Example
White with #042C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C7B; }
p { color: rgb(4,44,123); }
H1.HeaderClassName
{
color: #042C7B;
}
.AnyTagClassName
{
color: #042C7B;
}
</style>
background-color css
<style>
a { background-color: #042C7B; }
a { background-color: rgb(4,44,123); }
div.DivClassName
{
background-color: #042C7B;
}
.BgClassName
{
background-color: #042C7B;
}
</style>
border-color css
<style>
span { border-color: #042C7B; }
span { border-color: rgb(4,44,123); }
td.TdClassName
{
border-color: #042C7B;
}
.TagClassName
{
border-color: #042C7B;
}
</style>