Shades of Sapphire #041C4D
Tints of Sapphire #041C4D
RGB
CMYK
RGB Variations
Color information
#041C4D (or 0x041C4D) is known color: Sapphire. HEX triplet: 04, 1C and 4D. RGB value is (4,28,77). Sum of RGB (Red+Green+Blue) = 4+28+77=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #041C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C4D is #FBE3B2. Grayscale: #1A1A1A. Windows color (decimal): -16507827 or 5053444. OLE color: 5053444.
HSL color Cylindrical-coordinate representation of color #041C4D: hue angle of 220.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041C4D is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 28 | 77 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.70 |
| HSL | 220.27º | 0.9% | 0.16% | - |
| HSV(B) | 220.27º | 0.95% | 0.3% | - |
| XYZ | 1.8 | 1.39 | 7.19 | - |
| YUV | 26.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 77 | 0.95 | 0.64 | 0 | 0.70 | 220.27 | 0.9 | 0.16 |
| Hex | 4 | 1C | 4D | 5F | 40 | 0 | 46 | DC | 5A | 10 |
| Octal | 4 | 34 | 115 | 137 | 100 | 0 | 106 | 334 | 132 | 20 |
| Binary | 100 | 11100 | 1001101 | 1011111 | 1000000 | 0 | 1000110 | 11011100 | 1011010 | 10000 |
Color Harmonies of #041C4D
Complementary color
Monochromatic Colors of #041C4D
Black with #041C4D
Text Example
Text Example
White with #041C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C4D; }
p { color: rgb(4,28,77); }
H1.HeaderClassName
{
color: #041C4D;
}
.AnyTagClassName
{
color: #041C4D;
}
</style>
background-color css
<style>
a { background-color: #041C4D; }
a { background-color: rgb(4,28,77); }
div.DivClassName
{
background-color: #041C4D;
}
.BgClassName
{
background-color: #041C4D;
}
</style>
border-color css
<style>
span { border-color: #041C4D; }
span { border-color: rgb(4,28,77); }
td.TdClassName
{
border-color: #041C4D;
}
.TagClassName
{
border-color: #041C4D;
}
</style>