Shades of Sapphire #04175D
Tints of Sapphire #04175D
RGB
CMYK
RGB Variations
Color information
#04175D (or 0x04175D) is known color: Sapphire. HEX triplet: 04, 17 and 5D. RGB value is (4,23,93). Sum of RGB (Red+Green+Blue) = 4+23+93=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #04175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04175D is #FBE8A2. Grayscale: #191919. Windows color (decimal): -16509091 or 6100740. OLE color: 6100740.
HSL color Cylindrical-coordinate representation of color #04175D: hue angle of 227.19º 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 #04175D is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 23 | 93 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.64 |
| HSL | 227.19º | 0.92% | 0.19% | - |
| HSV(B) | 227.19º | 0.96% | 0.36% | - |
| XYZ | 2.33 | 1.43 | 10.51 | - |
| YUV | 25.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 93 | 0.96 | 0.75 | 0 | 0.64 | 227.19 | 0.92 | 0.19 |
| Hex | 4 | 17 | 5D | 60 | 4B | 0 | 40 | E3 | 5C | 13 |
| Octal | 4 | 27 | 135 | 140 | 113 | 0 | 100 | 343 | 134 | 23 |
| Binary | 100 | 10111 | 1011101 | 1100000 | 1001011 | 0 | 1000000 | 11100011 | 1011100 | 10011 |
Color Harmonies of #04175D
Complementary color
Monochromatic Colors of #04175D
Black with #04175D
Text Example
Text Example
White with #04175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04175D; }
p { color: rgb(4,23,93); }
H1.HeaderClassName
{
color: #04175D;
}
.AnyTagClassName
{
color: #04175D;
}
</style>
background-color css
<style>
a { background-color: #04175D; }
a { background-color: rgb(4,23,93); }
div.DivClassName
{
background-color: #04175D;
}
.BgClassName
{
background-color: #04175D;
}
</style>
border-color css
<style>
span { border-color: #04175D; }
span { border-color: rgb(4,23,93); }
td.TdClassName
{
border-color: #04175D;
}
.TagClassName
{
border-color: #04175D;
}
</style>