Shades of Sapphire #041C4C
Tints of Sapphire #041C4C
RGB
CMYK
RGB Variations
Color information
#041C4C (or 0x041C4C) is known color: Sapphire. HEX triplet: 04, 1C and 4C. RGB value is (4,28,76). Sum of RGB (Red+Green+Blue) = 4+28+76=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #041C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C4C is #FBE3B3. Grayscale: #1A1A1A. Windows color (decimal): -16507828 or 4987908. OLE color: 4987908.
HSL color Cylindrical-coordinate representation of color #041C4C: hue angle of 220º 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 #041C4C is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 28 | 76 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.70 |
| HSL | 220º | 0.9% | 0.16% | - |
| HSV(B) | 220º | 0.95% | 0.3% | - |
| XYZ | 1.77 | 1.38 | 7.01 | - |
| YUV | 26.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 76 | 0.95 | 0.63 | 0 | 0.70 | 220 | 0.9 | 0.16 |
| Hex | 4 | 1C | 4C | 5F | 3F | 0 | 46 | DC | 5A | 10 |
| Octal | 4 | 34 | 114 | 137 | 77 | 0 | 106 | 334 | 132 | 20 |
| Binary | 100 | 11100 | 1001100 | 1011111 | 111111 | 0 | 1000110 | 11011100 | 1011010 | 10000 |
Color Harmonies of #041C4C
Complementary color
Monochromatic Colors of #041C4C
Black with #041C4C
Text Example
Text Example
White with #041C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C4C; }
p { color: rgb(4,28,76); }
H1.HeaderClassName
{
color: #041C4C;
}
.AnyTagClassName
{
color: #041C4C;
}
</style>
background-color css
<style>
a { background-color: #041C4C; }
a { background-color: rgb(4,28,76); }
div.DivClassName
{
background-color: #041C4C;
}
.BgClassName
{
background-color: #041C4C;
}
</style>
border-color css
<style>
span { border-color: #041C4C; }
span { border-color: rgb(4,28,76); }
td.TdClassName
{
border-color: #041C4C;
}
.TagClassName
{
border-color: #041C4C;
}
</style>