Shades of Sapphire #041467
Tints of Sapphire #041467
RGB
CMYK
RGB Variations
Color information
#041467 (or 0x041467) is known color: Sapphire. HEX triplet: 04, 14 and 67. RGB value is (4,20,103). Sum of RGB (Red+Green+Blue) = 4+20+103=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #041467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041467 is #FBEB98. Grayscale: #181818. Windows color (decimal): -16509849 or 6755332. OLE color: 6755332.
HSL color Cylindrical-coordinate representation of color #041467: hue angle of 230.3º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041467 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 20 | 103 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.60 |
| HSL | 230.3º | 0.93% | 0.21% | - |
| HSV(B) | 230.3º | 0.96% | 0.4% | - |
| XYZ | 2.75 | 1.51 | 12.98 | - |
| YUV | 24.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 103 | 0.96 | 0.81 | 0 | 0.60 | 230.3 | 0.93 | 0.21 |
| Hex | 4 | 14 | 67 | 60 | 51 | 0 | 3C | E6 | 5D | 15 |
| Octal | 4 | 24 | 147 | 140 | 121 | 0 | 74 | 346 | 135 | 25 |
| Binary | 100 | 10100 | 1100111 | 1100000 | 1010001 | 0 | 111100 | 11100110 | 1011101 | 10101 |
Color Harmonies of #041467
Complementary color
Monochromatic Colors of #041467
Black with #041467
Text Example
Text Example
White with #041467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041467; }
p { color: rgb(4,20,103); }
H1.HeaderClassName
{
color: #041467;
}
.AnyTagClassName
{
color: #041467;
}
</style>
background-color css
<style>
a { background-color: #041467; }
a { background-color: rgb(4,20,103); }
div.DivClassName
{
background-color: #041467;
}
.BgClassName
{
background-color: #041467;
}
</style>
border-color css
<style>
span { border-color: #041467; }
span { border-color: rgb(4,20,103); }
td.TdClassName
{
border-color: #041467;
}
.TagClassName
{
border-color: #041467;
}
</style>