Shades of Sapphire #042D7B
Tints of Sapphire #042D7B
RGB
CMYK
RGB Variations
Color information
#042D7B (or 0x042D7B) is known color: Sapphire. HEX triplet: 04, 2D and 7B. RGB value is (4,45,123). Sum of RGB (Red+Green+Blue) = 4+45+123=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #042D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D7B is #FBD284. Grayscale: #292929. Windows color (decimal): -16503429 or 8072452. OLE color: 8072452.
HSL color Cylindrical-coordinate representation of color #042D7B: hue angle of 219.33º 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 #042D7B is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 45 | 123 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.52 |
| HSL | 219.33º | 0.94% | 0.25% | - |
| HSV(B) | 219.33º | 0.97% | 0.48% | - |
| XYZ | 4.56 | 3.33 | 19.14 | - |
| YUV | 41.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 123 | 0.97 | 0.63 | 0 | 0.52 | 219.33 | 0.94 | 0.25 |
| Hex | 4 | 2D | 7B | 61 | 3F | 0 | 34 | DB | 5E | 19 |
| Octal | 4 | 55 | 173 | 141 | 77 | 0 | 64 | 333 | 136 | 31 |
| Binary | 100 | 101101 | 1111011 | 1100001 | 111111 | 0 | 110100 | 11011011 | 1011110 | 11001 |
Color Harmonies of #042D7B
Complementary color
Monochromatic Colors of #042D7B
Black with #042D7B
Text Example
Text Example
White with #042D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D7B; }
p { color: rgb(4,45,123); }
H1.HeaderClassName
{
color: #042D7B;
}
.AnyTagClassName
{
color: #042D7B;
}
</style>
background-color css
<style>
a { background-color: #042D7B; }
a { background-color: rgb(4,45,123); }
div.DivClassName
{
background-color: #042D7B;
}
.BgClassName
{
background-color: #042D7B;
}
</style>
border-color css
<style>
span { border-color: #042D7B; }
span { border-color: rgb(4,45,123); }
td.TdClassName
{
border-color: #042D7B;
}
.TagClassName
{
border-color: #042D7B;
}
</style>