Shades of Sapphire #041470
Tints of Sapphire #041470
RGB
CMYK
RGB Variations
Color information
#041470 (or 0x041470) is known color: Sapphire. HEX triplet: 04, 14 and 70. RGB value is (4,20,112). Sum of RGB (Red+Green+Blue) = 4+20+112=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #041470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041470 is #FBEB8F. Grayscale: #191919. Windows color (decimal): -16509840 or 7345156. OLE color: 7345156.
HSL color Cylindrical-coordinate representation of color #041470: hue angle of 231.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041470 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 20 | 112 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.56 |
| HSL | 231.11º | 0.93% | 0.23% | - |
| HSV(B) | 231.11º | 0.96% | 0.44% | - |
| XYZ | 3.22 | 1.7 | 15.49 | - |
| YUV | 25.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 112 | 0.96 | 0.82 | 0 | 0.56 | 231.11 | 0.93 | 0.23 |
| Hex | 4 | 14 | 70 | 60 | 52 | 0 | 38 | E7 | 5D | 17 |
| Octal | 4 | 24 | 160 | 140 | 122 | 0 | 70 | 347 | 135 | 27 |
| Binary | 100 | 10100 | 1110000 | 1100000 | 1010010 | 0 | 111000 | 11100111 | 1011101 | 10111 |
Color Harmonies of #041470
Complementary color
Monochromatic Colors of #041470
Black with #041470
Text Example
Text Example
White with #041470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041470; }
p { color: rgb(4,20,112); }
H1.HeaderClassName
{
color: #041470;
}
.AnyTagClassName
{
color: #041470;
}
</style>
background-color css
<style>
a { background-color: #041470; }
a { background-color: rgb(4,20,112); }
div.DivClassName
{
background-color: #041470;
}
.BgClassName
{
background-color: #041470;
}
</style>
border-color css
<style>
span { border-color: #041470; }
span { border-color: rgb(4,20,112); }
td.TdClassName
{
border-color: #041470;
}
.TagClassName
{
border-color: #041470;
}
</style>