Shades of Sapphire #04194D
Tints of Sapphire #04194D
RGB
CMYK
RGB Variations
Color information
#04194D (or 0x04194D) is known color: Sapphire. HEX triplet: 04, 19 and 4D. RGB value is (4,25,77). Sum of RGB (Red+Green+Blue) = 4+25+77=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #04194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04194D is #FBE6B2. Grayscale: #181818. Windows color (decimal): -16508595 or 5052676. OLE color: 5052676.
HSL color Cylindrical-coordinate representation of color #04194D: hue angle of 222.74º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04194D is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 25 | 77 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.70 |
| HSL | 222.74º | 0.9% | 0.16% | - |
| HSV(B) | 222.74º | 0.95% | 0.3% | - |
| XYZ | 1.74 | 1.26 | 7.17 | - |
| YUV | 24.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 77 | 0.95 | 0.68 | 0 | 0.70 | 222.74 | 0.9 | 0.16 |
| Hex | 4 | 19 | 4D | 5F | 44 | 0 | 46 | DF | 5A | 10 |
| Octal | 4 | 31 | 115 | 137 | 104 | 0 | 106 | 337 | 132 | 20 |
| Binary | 100 | 11001 | 1001101 | 1011111 | 1000100 | 0 | 1000110 | 11011111 | 1011010 | 10000 |
Color Harmonies of #04194D
Complementary color
Monochromatic Colors of #04194D
Black with #04194D
Text Example
Text Example
White with #04194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04194D; }
p { color: rgb(4,25,77); }
H1.HeaderClassName
{
color: #04194D;
}
.AnyTagClassName
{
color: #04194D;
}
</style>
background-color css
<style>
a { background-color: #04194D; }
a { background-color: rgb(4,25,77); }
div.DivClassName
{
background-color: #04194D;
}
.BgClassName
{
background-color: #04194D;
}
</style>
border-color css
<style>
span { border-color: #04194D; }
span { border-color: rgb(4,25,77); }
td.TdClassName
{
border-color: #04194D;
}
.TagClassName
{
border-color: #04194D;
}
</style>