Shades of Sapphire #041755
Tints of Sapphire #041755
RGB
CMYK
RGB Variations
Color information
#041755 (or 0x041755) is known color: Sapphire. HEX triplet: 04, 17 and 55. RGB value is (4,23,85). Sum of RGB (Red+Green+Blue) = 4+23+85=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #041755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041755 is #FBE8AA. Grayscale: #181818. Windows color (decimal): -16509099 or 5576452. OLE color: 5576452.
HSL color Cylindrical-coordinate representation of color #041755: hue angle of 225.93º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041755 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 23 | 85 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.67 |
| HSL | 225.93º | 0.91% | 0.17% | - |
| HSV(B) | 225.93º | 0.95% | 0.33% | - |
| XYZ | 2 | 1.29 | 8.74 | - |
| YUV | 24.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 85 | 0.95 | 0.73 | 0 | 0.67 | 225.93 | 0.91 | 0.17 |
| Hex | 4 | 17 | 55 | 5F | 49 | 0 | 43 | E2 | 5B | 11 |
| Octal | 4 | 27 | 125 | 137 | 111 | 0 | 103 | 342 | 133 | 21 |
| Binary | 100 | 10111 | 1010101 | 1011111 | 1001001 | 0 | 1000011 | 11100010 | 1011011 | 10001 |
Color Harmonies of #041755
Complementary color
Monochromatic Colors of #041755
Black with #041755
Text Example
Text Example
White with #041755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041755; }
p { color: rgb(4,23,85); }
H1.HeaderClassName
{
color: #041755;
}
.AnyTagClassName
{
color: #041755;
}
</style>
background-color css
<style>
a { background-color: #041755; }
a { background-color: rgb(4,23,85); }
div.DivClassName
{
background-color: #041755;
}
.BgClassName
{
background-color: #041755;
}
</style>
border-color css
<style>
span { border-color: #041755; }
span { border-color: rgb(4,23,85); }
td.TdClassName
{
border-color: #041755;
}
.TagClassName
{
border-color: #041755;
}
</style>