Shades of Sapphire #04195D
Tints of Sapphire #04195D
RGB
CMYK
RGB Variations
Color information
#04195D (or 0x04195D) is known color: Sapphire. HEX triplet: 04, 19 and 5D. RGB value is (4,25,93). Sum of RGB (Red+Green+Blue) = 4+25+93=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #04195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04195D is #FBE6A2. Grayscale: #1A1A1A. Windows color (decimal): -16508579 or 6101252. OLE color: 6101252.
HSL color Cylindrical-coordinate representation of color #04195D: hue angle of 225.84º 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 #04195D is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 25 | 93 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.64 |
| HSL | 225.84º | 0.92% | 0.19% | - |
| HSV(B) | 225.84º | 0.96% | 0.36% | - |
| XYZ | 2.37 | 1.51 | 10.52 | - |
| YUV | 26.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 93 | 0.96 | 0.73 | 0 | 0.64 | 225.84 | 0.92 | 0.19 |
| Hex | 4 | 19 | 5D | 60 | 49 | 0 | 40 | E2 | 5C | 13 |
| Octal | 4 | 31 | 135 | 140 | 111 | 0 | 100 | 342 | 134 | 23 |
| Binary | 100 | 11001 | 1011101 | 1100000 | 1001001 | 0 | 1000000 | 11100010 | 1011100 | 10011 |
Color Harmonies of #04195D
Complementary color
Monochromatic Colors of #04195D
Black with #04195D
Text Example
Text Example
White with #04195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04195D; }
p { color: rgb(4,25,93); }
H1.HeaderClassName
{
color: #04195D;
}
.AnyTagClassName
{
color: #04195D;
}
</style>
background-color css
<style>
a { background-color: #04195D; }
a { background-color: rgb(4,25,93); }
div.DivClassName
{
background-color: #04195D;
}
.BgClassName
{
background-color: #04195D;
}
</style>
border-color css
<style>
span { border-color: #04195D; }
span { border-color: rgb(4,25,93); }
td.TdClassName
{
border-color: #04195D;
}
.TagClassName
{
border-color: #04195D;
}
</style>