Shades of Sapphire #041C5C
Tints of Sapphire #041C5C
RGB
CMYK
RGB Variations
Color information
#041C5C (or 0x041C5C) is known color: Sapphire. HEX triplet: 04, 1C and 5C. RGB value is (4,28,92). Sum of RGB (Red+Green+Blue) = 4+28+92=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #041C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C5C is #FBE3A3. Grayscale: #1B1B1B. Windows color (decimal): -16507812 or 6036484. OLE color: 6036484.
HSL color Cylindrical-coordinate representation of color #041C5C: hue angle of 223.64º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041C5C is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 28 | 92 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.64 |
| HSL | 223.64º | 0.92% | 0.19% | - |
| HSV(B) | 223.64º | 0.96% | 0.36% | - |
| XYZ | 2.4 | 1.63 | 10.31 | - |
| YUV | 28.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 92 | 0.96 | 0.70 | 0 | 0.64 | 223.64 | 0.92 | 0.19 |
| Hex | 4 | 1C | 5C | 60 | 46 | 0 | 40 | E0 | 5C | 13 |
| Octal | 4 | 34 | 134 | 140 | 106 | 0 | 100 | 340 | 134 | 23 |
| Binary | 100 | 11100 | 1011100 | 1100000 | 1000110 | 0 | 1000000 | 11100000 | 1011100 | 10011 |
Color Harmonies of #041C5C
Complementary color
Monochromatic Colors of #041C5C
Black with #041C5C
Text Example
Text Example
White with #041C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C5C; }
p { color: rgb(4,28,92); }
H1.HeaderClassName
{
color: #041C5C;
}
.AnyTagClassName
{
color: #041C5C;
}
</style>
background-color css
<style>
a { background-color: #041C5C; }
a { background-color: rgb(4,28,92); }
div.DivClassName
{
background-color: #041C5C;
}
.BgClassName
{
background-color: #041C5C;
}
</style>
border-color css
<style>
span { border-color: #041C5C; }
span { border-color: rgb(4,28,92); }
td.TdClassName
{
border-color: #041C5C;
}
.TagClassName
{
border-color: #041C5C;
}
</style>