Shades of Sapphire #042B77
Tints of Sapphire #042B77
RGB
CMYK
RGB Variations
Color information
#042B77 (or 0x042B77) is known color: Sapphire. HEX triplet: 04, 2B and 77. RGB value is (4,43,119). Sum of RGB (Red+Green+Blue) = 4+43+119=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #042B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B77 is #FBD488. Grayscale: #272727. Windows color (decimal): -16503945 or 7809796. OLE color: 7809796.
HSL color Cylindrical-coordinate representation of color #042B77: hue angle of 219.65º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B77 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 43 | 119 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.53 |
| HSL | 219.65º | 0.93% | 0.24% | - |
| HSV(B) | 219.65º | 0.97% | 0.47% | - |
| XYZ | 4.24 | 3.09 | 17.82 | - |
| YUV | 40 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 119 | 0.97 | 0.64 | 0 | 0.53 | 219.65 | 0.93 | 0.24 |
| Hex | 4 | 2B | 77 | 61 | 40 | 0 | 35 | DC | 5D | 18 |
| Octal | 4 | 53 | 167 | 141 | 100 | 0 | 65 | 334 | 135 | 30 |
| Binary | 100 | 101011 | 1110111 | 1100001 | 1000000 | 0 | 110101 | 11011100 | 1011101 | 11000 |
Color Harmonies of #042B77
Complementary color
Monochromatic Colors of #042B77
Black with #042B77
Text Example
Text Example
White with #042B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B77; }
p { color: rgb(4,43,119); }
H1.HeaderClassName
{
color: #042B77;
}
.AnyTagClassName
{
color: #042B77;
}
</style>
background-color css
<style>
a { background-color: #042B77; }
a { background-color: rgb(4,43,119); }
div.DivClassName
{
background-color: #042B77;
}
.BgClassName
{
background-color: #042B77;
}
</style>
border-color css
<style>
span { border-color: #042B77; }
span { border-color: rgb(4,43,119); }
td.TdClassName
{
border-color: #042B77;
}
.TagClassName
{
border-color: #042B77;
}
</style>