Shades of Sapphire #04164C
Tints of Sapphire #04164C
RGB
CMYK
RGB Variations
Color information
#04164C (or 0x04164C) is known color: Sapphire. HEX triplet: 04, 16 and 4C. RGB value is (4,22,76). Sum of RGB (Red+Green+Blue) = 4+22+76=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #04164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04164C is #FBE9B3. Grayscale: #161616. Windows color (decimal): -16509364 or 4986372. OLE color: 4986372.
HSL color Cylindrical-coordinate representation of color #04164C: hue angle of 225º 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 #04164C is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 22 | 76 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.70 |
| HSL | 225º | 0.9% | 0.16% | - |
| HSV(B) | 225º | 0.95% | 0.3% | - |
| XYZ | 1.64 | 1.12 | 6.97 | - |
| YUV | 22.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 76 | 0.95 | 0.71 | 0 | 0.70 | 225 | 0.9 | 0.16 |
| Hex | 4 | 16 | 4C | 5F | 47 | 0 | 46 | E1 | 5A | 10 |
| Octal | 4 | 26 | 114 | 137 | 107 | 0 | 106 | 341 | 132 | 20 |
| Binary | 100 | 10110 | 1001100 | 1011111 | 1000111 | 0 | 1000110 | 11100001 | 1011010 | 10000 |
Color Harmonies of #04164C
Complementary color
Monochromatic Colors of #04164C
Black with #04164C
Text Example
Text Example
White with #04164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04164C; }
p { color: rgb(4,22,76); }
H1.HeaderClassName
{
color: #04164C;
}
.AnyTagClassName
{
color: #04164C;
}
</style>
background-color css
<style>
a { background-color: #04164C; }
a { background-color: rgb(4,22,76); }
div.DivClassName
{
background-color: #04164C;
}
.BgClassName
{
background-color: #04164C;
}
</style>
border-color css
<style>
span { border-color: #04164C; }
span { border-color: rgb(4,22,76); }
td.TdClassName
{
border-color: #04164C;
}
.TagClassName
{
border-color: #04164C;
}
</style>