Shades of Sapphire #04194B
Tints of Sapphire #04194B
RGB
CMYK
RGB Variations
Color information
#04194B (or 0x04194B) is known color: Sapphire. HEX triplet: 04, 19 and 4B. RGB value is (4,25,75). Sum of RGB (Red+Green+Blue) = 4+25+75=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #04194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04194B is #FBE6B4. Grayscale: #181818. Windows color (decimal): -16508597 or 4921604. OLE color: 4921604.
HSL color Cylindrical-coordinate representation of color #04194B: hue angle of 222.25º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04194B is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 25 | 75 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.71 |
| HSL | 222.25º | 0.9% | 0.15% | - |
| HSV(B) | 222.25º | 0.95% | 0.29% | - |
| XYZ | 1.67 | 1.23 | 6.81 | - |
| YUV | 24.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 75 | 0.95 | 0.67 | 0 | 0.71 | 222.25 | 0.9 | 0.15 |
| Hex | 4 | 19 | 4B | 5F | 43 | 0 | 47 | DE | 5A | F |
| Octal | 4 | 31 | 113 | 137 | 103 | 0 | 107 | 336 | 132 | 17 |
| Binary | 100 | 11001 | 1001011 | 1011111 | 1000011 | 0 | 1000111 | 11011110 | 1011010 | 1111 |
Color Harmonies of #04194B
Complementary color
Monochromatic Colors of #04194B
Black with #04194B
Text Example
Text Example
White with #04194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04194B; }
p { color: rgb(4,25,75); }
H1.HeaderClassName
{
color: #04194B;
}
.AnyTagClassName
{
color: #04194B;
}
</style>
background-color css
<style>
a { background-color: #04194B; }
a { background-color: rgb(4,25,75); }
div.DivClassName
{
background-color: #04194B;
}
.BgClassName
{
background-color: #04194B;
}
</style>
border-color css
<style>
span { border-color: #04194B; }
span { border-color: rgb(4,25,75); }
td.TdClassName
{
border-color: #04194B;
}
.TagClassName
{
border-color: #04194B;
}
</style>