Shades of Sapphire #04196D
Tints of Sapphire #04196D
RGB
CMYK
RGB Variations
Color information
#04196D (or 0x04196D) is known color: Sapphire. HEX triplet: 04, 19 and 6D. RGB value is (4,25,109). Sum of RGB (Red+Green+Blue) = 4+25+109=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #04196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04196D is #FBE692. Grayscale: #1B1B1B. Windows color (decimal): -16508563 or 7149828. OLE color: 7149828.
HSL color Cylindrical-coordinate representation of color #04196D: hue angle of 228º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04196D is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 25 | 109 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.57 |
| HSL | 228º | 0.93% | 0.22% | - |
| HSV(B) | 228º | 0.96% | 0.43% | - |
| XYZ | 3.16 | 1.83 | 14.65 | - |
| YUV | 28.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 109 | 0.96 | 0.77 | 0 | 0.57 | 228 | 0.93 | 0.22 |
| Hex | 4 | 19 | 6D | 60 | 4D | 0 | 39 | E4 | 5D | 16 |
| Octal | 4 | 31 | 155 | 140 | 115 | 0 | 71 | 344 | 135 | 26 |
| Binary | 100 | 11001 | 1101101 | 1100000 | 1001101 | 0 | 111001 | 11100100 | 1011101 | 10110 |
Color Harmonies of #04196D
Complementary color
Monochromatic Colors of #04196D
Black with #04196D
Text Example
Text Example
White with #04196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04196D; }
p { color: rgb(4,25,109); }
H1.HeaderClassName
{
color: #04196D;
}
.AnyTagClassName
{
color: #04196D;
}
</style>
background-color css
<style>
a { background-color: #04196D; }
a { background-color: rgb(4,25,109); }
div.DivClassName
{
background-color: #04196D;
}
.BgClassName
{
background-color: #04196D;
}
</style>
border-color css
<style>
span { border-color: #04196D; }
span { border-color: rgb(4,25,109); }
td.TdClassName
{
border-color: #04196D;
}
.TagClassName
{
border-color: #04196D;
}
</style>