Shades of Sapphire #042482
Tints of Sapphire #042482
RGB
CMYK
RGB Variations
Color information
#042482 (or 0x042482) is known color: Sapphire. HEX triplet: 04, 24 and 82. RGB value is (4,36,130). Sum of RGB (Red+Green+Blue) = 4+36+130=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #042482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042482 is #FBDB7D. Grayscale: #242424. Windows color (decimal): -16505726 or 8528900. OLE color: 8528900.
HSL color Cylindrical-coordinate representation of color #042482: hue angle of 224.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042482 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 36 | 130 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.49 |
| HSL | 224.76º | 0.94% | 0.26% | - |
| HSV(B) | 224.76º | 0.97% | 0.51% | - |
| XYZ | 4.71 | 2.9 | 21.43 | - |
| YUV | 37.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 130 | 0.97 | 0.72 | 0 | 0.49 | 224.76 | 0.94 | 0.26 |
| Hex | 4 | 24 | 82 | 61 | 48 | 0 | 31 | E1 | 5E | 1A |
| Octal | 4 | 44 | 202 | 141 | 110 | 0 | 61 | 341 | 136 | 32 |
| Binary | 100 | 100100 | 10000010 | 1100001 | 1001000 | 0 | 110001 | 11100001 | 1011110 | 11010 |
Color Harmonies of #042482
Complementary color
Monochromatic Colors of #042482
Black with #042482
Text Example
Text Example
White with #042482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042482; }
p { color: rgb(4,36,130); }
H1.HeaderClassName
{
color: #042482;
}
.AnyTagClassName
{
color: #042482;
}
</style>
background-color css
<style>
a { background-color: #042482; }
a { background-color: rgb(4,36,130); }
div.DivClassName
{
background-color: #042482;
}
.BgClassName
{
background-color: #042482;
}
</style>
border-color css
<style>
span { border-color: #042482; }
span { border-color: rgb(4,36,130); }
td.TdClassName
{
border-color: #042482;
}
.TagClassName
{
border-color: #042482;
}
</style>