Shades of Sapphire #042B73
Tints of Sapphire #042B73
RGB
CMYK
RGB Variations
Color information
#042B73 (or 0x042B73) is known color: Sapphire. HEX triplet: 04, 2B and 73. RGB value is (4,43,115). Sum of RGB (Red+Green+Blue) = 4+43+115=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #042B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B73 is #FBD48C. Grayscale: #272727. Windows color (decimal): -16503949 or 7547652. OLE color: 7547652.
HSL color Cylindrical-coordinate representation of color #042B73: hue angle of 218.92º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B73 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 43 | 115 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.55 |
| HSL | 218.92º | 0.93% | 0.23% | - |
| HSV(B) | 218.92º | 0.97% | 0.45% | - |
| XYZ | 4.01 | 2.99 | 16.59 | - |
| YUV | 39.55 | 170.58 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 115 | 0.97 | 0.63 | 0 | 0.55 | 218.92 | 0.93 | 0.23 |
| Hex | 4 | 2B | 73 | 61 | 3F | 0 | 37 | DB | 5D | 17 |
| Octal | 4 | 53 | 163 | 141 | 77 | 0 | 67 | 333 | 135 | 27 |
| Binary | 100 | 101011 | 1110011 | 1100001 | 111111 | 0 | 110111 | 11011011 | 1011101 | 10111 |
Color Harmonies of #042B73
Complementary color
Monochromatic Colors of #042B73
Black with #042B73
Text Example
Text Example
White with #042B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B73; }
p { color: rgb(4,43,115); }
H1.HeaderClassName
{
color: #042B73;
}
.AnyTagClassName
{
color: #042B73;
}
</style>
background-color css
<style>
a { background-color: #042B73; }
a { background-color: rgb(4,43,115); }
div.DivClassName
{
background-color: #042B73;
}
.BgClassName
{
background-color: #042B73;
}
</style>
border-color css
<style>
span { border-color: #042B73; }
span { border-color: rgb(4,43,115); }
td.TdClassName
{
border-color: #042B73;
}
.TagClassName
{
border-color: #042B73;
}
</style>