Shades of Sapphire #041651
Tints of Sapphire #041651
RGB
CMYK
RGB Variations
Color information
#041651 (or 0x041651) is known color: Sapphire. HEX triplet: 04, 16 and 51. RGB value is (4,22,81). Sum of RGB (Red+Green+Blue) = 4+22+81=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #041651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041651 is #FBE9AE. Grayscale: #171717. Windows color (decimal): -16509359 or 5314052. OLE color: 5314052.
HSL color Cylindrical-coordinate representation of color #041651: hue angle of 225.97º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041651 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 22 | 81 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.68 |
| HSL | 225.97º | 0.91% | 0.17% | - |
| HSV(B) | 225.97º | 0.95% | 0.32% | - |
| XYZ | 1.82 | 1.19 | 7.92 | - |
| YUV | 23.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 81 | 0.95 | 0.73 | 0 | 0.68 | 225.97 | 0.91 | 0.17 |
| Hex | 4 | 16 | 51 | 5F | 49 | 0 | 44 | E2 | 5B | 11 |
| Octal | 4 | 26 | 121 | 137 | 111 | 0 | 104 | 342 | 133 | 21 |
| Binary | 100 | 10110 | 1010001 | 1011111 | 1001001 | 0 | 1000100 | 11100010 | 1011011 | 10001 |
Color Harmonies of #041651
Complementary color
Monochromatic Colors of #041651
Black with #041651
Text Example
Text Example
White with #041651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041651; }
p { color: rgb(4,22,81); }
H1.HeaderClassName
{
color: #041651;
}
.AnyTagClassName
{
color: #041651;
}
</style>
background-color css
<style>
a { background-color: #041651; }
a { background-color: rgb(4,22,81); }
div.DivClassName
{
background-color: #041651;
}
.BgClassName
{
background-color: #041651;
}
</style>
border-color css
<style>
span { border-color: #041651; }
span { border-color: rgb(4,22,81); }
td.TdClassName
{
border-color: #041651;
}
.TagClassName
{
border-color: #041651;
}
</style>