Shades of Sapphire #041758
Tints of Sapphire #041758
RGB
CMYK
RGB Variations
Color information
#041758 (or 0x041758) is known color: Sapphire. HEX triplet: 04, 17 and 58. RGB value is (4,23,88). Sum of RGB (Red+Green+Blue) = 4+23+88=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #041758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041758 is #FBE8A7. Grayscale: #181818. Windows color (decimal): -16509096 or 5773060. OLE color: 5773060.
HSL color Cylindrical-coordinate representation of color #041758: hue angle of 226.43º 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 #041758 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 23 | 88 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.65 |
| HSL | 226.43º | 0.91% | 0.18% | - |
| HSV(B) | 226.43º | 0.95% | 0.35% | - |
| XYZ | 2.12 | 1.34 | 9.38 | - |
| YUV | 24.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 88 | 0.95 | 0.74 | 0 | 0.65 | 226.43 | 0.91 | 0.18 |
| Hex | 4 | 17 | 58 | 5F | 4A | 0 | 41 | E2 | 5B | 12 |
| Octal | 4 | 27 | 130 | 137 | 112 | 0 | 101 | 342 | 133 | 22 |
| Binary | 100 | 10111 | 1011000 | 1011111 | 1001010 | 0 | 1000001 | 11100010 | 1011011 | 10010 |
Color Harmonies of #041758
Complementary color
Monochromatic Colors of #041758
Black with #041758
Text Example
Text Example
White with #041758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041758; }
p { color: rgb(4,23,88); }
H1.HeaderClassName
{
color: #041758;
}
.AnyTagClassName
{
color: #041758;
}
</style>
background-color css
<style>
a { background-color: #041758; }
a { background-color: rgb(4,23,88); }
div.DivClassName
{
background-color: #041758;
}
.BgClassName
{
background-color: #041758;
}
</style>
border-color css
<style>
span { border-color: #041758; }
span { border-color: rgb(4,23,88); }
td.TdClassName
{
border-color: #041758;
}
.TagClassName
{
border-color: #041758;
}
</style>