Shades of Sapphire #04164D
Tints of Sapphire #04164D
RGB
CMYK
RGB Variations
Color information
#04164D (or 0x04164D) is known color: Sapphire. HEX triplet: 04, 16 and 4D. RGB value is (4,22,77). Sum of RGB (Red+Green+Blue) = 4+22+77=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #04164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04164D is #FBE9B2. Grayscale: #161616. Windows color (decimal): -16509363 or 5051908. OLE color: 5051908.
HSL color Cylindrical-coordinate representation of color #04164D: hue angle of 225.21º 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 #04164D is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 22 | 77 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.70 |
| HSL | 225.21º | 0.9% | 0.16% | - |
| HSV(B) | 225.21º | 0.95% | 0.3% | - |
| XYZ | 1.68 | 1.14 | 7.15 | - |
| YUV | 22.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 77 | 0.95 | 0.71 | 0 | 0.70 | 225.21 | 0.9 | 0.16 |
| Hex | 4 | 16 | 4D | 5F | 47 | 0 | 46 | E1 | 5A | 10 |
| Octal | 4 | 26 | 115 | 137 | 107 | 0 | 106 | 341 | 132 | 20 |
| Binary | 100 | 10110 | 1001101 | 1011111 | 1000111 | 0 | 1000110 | 11100001 | 1011010 | 10000 |
Color Harmonies of #04164D
Complementary color
Monochromatic Colors of #04164D
Black with #04164D
Text Example
Text Example
White with #04164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04164D; }
p { color: rgb(4,22,77); }
H1.HeaderClassName
{
color: #04164D;
}
.AnyTagClassName
{
color: #04164D;
}
</style>
background-color css
<style>
a { background-color: #04164D; }
a { background-color: rgb(4,22,77); }
div.DivClassName
{
background-color: #04164D;
}
.BgClassName
{
background-color: #04164D;
}
</style>
border-color css
<style>
span { border-color: #04164D; }
span { border-color: rgb(4,22,77); }
td.TdClassName
{
border-color: #04164D;
}
.TagClassName
{
border-color: #04164D;
}
</style>