Shades of Sapphire #041064
Tints of Sapphire #041064
RGB
CMYK
RGB Variations
Color information
#041064 (or 0x041064) is known color: Sapphire. HEX triplet: 04, 10 and 64. RGB value is (4,16,100). Sum of RGB (Red+Green+Blue) = 4+16+100=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #041064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041064 is #FBEF9B. Grayscale: #151515. Windows color (decimal): -16510876 or 6557700. OLE color: 6557700.
HSL color Cylindrical-coordinate representation of color #041064: hue angle of 232.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041064 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 16 | 100 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.61 |
| HSL | 232.5º | 0.92% | 0.2% | - |
| HSV(B) | 232.5º | 0.96% | 0.39% | - |
| XYZ | 2.54 | 1.32 | 12.18 | - |
| YUV | 21.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 100 | 0.96 | 0.84 | 0 | 0.61 | 232.5 | 0.92 | 0.2 |
| Hex | 4 | 10 | 64 | 60 | 54 | 0 | 3D | E8 | 5C | 14 |
| Octal | 4 | 20 | 144 | 140 | 124 | 0 | 75 | 350 | 134 | 24 |
| Binary | 100 | 10000 | 1100100 | 1100000 | 1010100 | 0 | 111101 | 11101000 | 1011100 | 10100 |
Color Harmonies of #041064
Complementary color
Monochromatic Colors of #041064
Black with #041064
Text Example
Text Example
White with #041064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041064; }
p { color: rgb(4,16,100); }
H1.HeaderClassName
{
color: #041064;
}
.AnyTagClassName
{
color: #041064;
}
</style>
background-color css
<style>
a { background-color: #041064; }
a { background-color: rgb(4,16,100); }
div.DivClassName
{
background-color: #041064;
}
.BgClassName
{
background-color: #041064;
}
</style>
border-color css
<style>
span { border-color: #041064; }
span { border-color: rgb(4,16,100); }
td.TdClassName
{
border-color: #041064;
}
.TagClassName
{
border-color: #041064;
}
</style>