Shades of Sapphire #041964
Tints of Sapphire #041964
RGB
CMYK
RGB Variations
Color information
#041964 (or 0x041964) is known color: Sapphire. HEX triplet: 04, 19 and 64. RGB value is (4,25,100). Sum of RGB (Red+Green+Blue) = 4+25+100=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #041964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041964 is #FBE69B. Grayscale: #1A1A1A. Windows color (decimal): -16508572 or 6560004. OLE color: 6560004.
HSL color Cylindrical-coordinate representation of color #041964: hue angle of 226.88º 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 #041964 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 25 | 100 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.61 |
| HSL | 226.88º | 0.92% | 0.2% | - |
| HSV(B) | 226.88º | 0.96% | 0.39% | - |
| XYZ | 2.7 | 1.64 | 12.23 | - |
| YUV | 27.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 100 | 0.96 | 0.75 | 0 | 0.61 | 226.88 | 0.92 | 0.2 |
| Hex | 4 | 19 | 64 | 60 | 4B | 0 | 3D | E3 | 5C | 14 |
| Octal | 4 | 31 | 144 | 140 | 113 | 0 | 75 | 343 | 134 | 24 |
| Binary | 100 | 11001 | 1100100 | 1100000 | 1001011 | 0 | 111101 | 11100011 | 1011100 | 10100 |
Color Harmonies of #041964
Complementary color
Monochromatic Colors of #041964
Black with #041964
Text Example
Text Example
White with #041964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041964; }
p { color: rgb(4,25,100); }
H1.HeaderClassName
{
color: #041964;
}
.AnyTagClassName
{
color: #041964;
}
</style>
background-color css
<style>
a { background-color: #041964; }
a { background-color: rgb(4,25,100); }
div.DivClassName
{
background-color: #041964;
}
.BgClassName
{
background-color: #041964;
}
</style>
border-color css
<style>
span { border-color: #041964; }
span { border-color: rgb(4,25,100); }
td.TdClassName
{
border-color: #041964;
}
.TagClassName
{
border-color: #041964;
}
</style>