Shades of Sapphire #04166E
Tints of Sapphire #04166E
RGB
CMYK
RGB Variations
Color information
#04166E (or 0x04166E) is known color: Sapphire. HEX triplet: 04, 16 and 6E. RGB value is (4,22,110). Sum of RGB (Red+Green+Blue) = 4+22+110=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #04166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04166E is #FBE991. Grayscale: #1A1A1A. Windows color (decimal): -16509330 or 7214596. OLE color: 7214596.
HSL color Cylindrical-coordinate representation of color #04166E: hue angle of 229.81º 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 #04166E is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 22 | 110 | - |
| CMYK | 0.96 | 0.8 | 0 | 0.57 |
| HSL | 229.81º | 0.93% | 0.22% | - |
| HSV(B) | 229.81º | 0.96% | 0.43% | - |
| XYZ | 3.15 | 1.73 | 14.92 | - |
| YUV | 26.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 110 | 0.96 | 0.8 | 0 | 0.57 | 229.81 | 0.93 | 0.22 |
| Hex | 4 | 16 | 6E | 60 | 50 | 0 | 39 | E6 | 5D | 16 |
| Octal | 4 | 26 | 156 | 140 | 120 | 0 | 71 | 346 | 135 | 26 |
| Binary | 100 | 10110 | 1101110 | 1100000 | 1010000 | 0 | 111001 | 11100110 | 1011101 | 10110 |
Color Harmonies of #04166E
Complementary color
Monochromatic Colors of #04166E
Black with #04166E
Text Example
Text Example
White with #04166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04166E; }
p { color: rgb(4,22,110); }
H1.HeaderClassName
{
color: #04166E;
}
.AnyTagClassName
{
color: #04166E;
}
</style>
background-color css
<style>
a { background-color: #04166E; }
a { background-color: rgb(4,22,110); }
div.DivClassName
{
background-color: #04166E;
}
.BgClassName
{
background-color: #04166E;
}
</style>
border-color css
<style>
span { border-color: #04166E; }
span { border-color: rgb(4,22,110); }
td.TdClassName
{
border-color: #04166E;
}
.TagClassName
{
border-color: #04166E;
}
</style>