Shades of Sapphire #042481
Tints of Sapphire #042481
RGB
CMYK
RGB Variations
Color information
#042481 (or 0x042481) is known color: Sapphire. HEX triplet: 04, 24 and 81. RGB value is (4,36,129). Sum of RGB (Red+Green+Blue) = 4+36+129=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 129 (50.78% from 255 or 76.33% from 169); Max value from RGB is 129 - color contains mainly: blue. Hex color #042481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042481 is #FBDB7E. Grayscale: #242424. Windows color (decimal): -16505727 or 8463364. OLE color: 8463364.
HSL color Cylindrical-coordinate representation of color #042481: hue angle of 224.64º 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 #042481 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 36 | 129 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.49 |
| HSL | 224.64º | 0.94% | 0.26% | - |
| HSV(B) | 224.64º | 0.97% | 0.51% | - |
| XYZ | 4.64 | 2.87 | 21.08 | - |
| YUV | 37.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 129 | 0.97 | 0.72 | 0 | 0.49 | 224.64 | 0.94 | 0.26 |
| Hex | 4 | 24 | 81 | 61 | 48 | 0 | 31 | E1 | 5E | 1A |
| Octal | 4 | 44 | 201 | 141 | 110 | 0 | 61 | 341 | 136 | 32 |
| Binary | 100 | 100100 | 10000001 | 1100001 | 1001000 | 0 | 110001 | 11100001 | 1011110 | 11010 |
Color Harmonies of #042481
Complementary color
Monochromatic Colors of #042481
Black with #042481
Text Example
Text Example
White with #042481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042481; }
p { color: rgb(4,36,129); }
H1.HeaderClassName
{
color: #042481;
}
.AnyTagClassName
{
color: #042481;
}
</style>
background-color css
<style>
a { background-color: #042481; }
a { background-color: rgb(4,36,129); }
div.DivClassName
{
background-color: #042481;
}
.BgClassName
{
background-color: #042481;
}
</style>
border-color css
<style>
span { border-color: #042481; }
span { border-color: rgb(4,36,129); }
td.TdClassName
{
border-color: #042481;
}
.TagClassName
{
border-color: #042481;
}
</style>