Shades of Sapphire #041C58
Tints of Sapphire #041C58
RGB
CMYK
RGB Variations
Color information
#041C58 (or 0x041C58) is known color: Sapphire. HEX triplet: 04, 1C and 58. RGB value is (4,28,88). Sum of RGB (Red+Green+Blue) = 4+28+88=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #041C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C58 is #FBE3A7. Grayscale: #1B1B1B. Windows color (decimal): -16507816 or 5774340. OLE color: 5774340.
HSL color Cylindrical-coordinate representation of color #041C58: hue angle of 222.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041C58 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 28 | 88 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.65 |
| HSL | 222.86º | 0.91% | 0.18% | - |
| HSV(B) | 222.86º | 0.95% | 0.35% | - |
| XYZ | 2.23 | 1.56 | 9.42 | - |
| YUV | 27.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 88 | 0.95 | 0.68 | 0 | 0.65 | 222.86 | 0.91 | 0.18 |
| Hex | 4 | 1C | 58 | 5F | 44 | 0 | 41 | DF | 5B | 12 |
| Octal | 4 | 34 | 130 | 137 | 104 | 0 | 101 | 337 | 133 | 22 |
| Binary | 100 | 11100 | 1011000 | 1011111 | 1000100 | 0 | 1000001 | 11011111 | 1011011 | 10010 |
Color Harmonies of #041C58
Complementary color
Monochromatic Colors of #041C58
Black with #041C58
Text Example
Text Example
White with #041C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C58; }
p { color: rgb(4,28,88); }
H1.HeaderClassName
{
color: #041C58;
}
.AnyTagClassName
{
color: #041C58;
}
</style>
background-color css
<style>
a { background-color: #041C58; }
a { background-color: rgb(4,28,88); }
div.DivClassName
{
background-color: #041C58;
}
.BgClassName
{
background-color: #041C58;
}
</style>
border-color css
<style>
span { border-color: #041C58; }
span { border-color: rgb(4,28,88); }
td.TdClassName
{
border-color: #041C58;
}
.TagClassName
{
border-color: #041C58;
}
</style>