Shades of Sapphire #04176A
Tints of Sapphire #04176A
RGB
CMYK
RGB Variations
Color information
#04176A (or 0x04176A) is known color: Sapphire. HEX triplet: 04, 17 and 6A. RGB value is (4,23,106). Sum of RGB (Red+Green+Blue) = 4+23+106=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #04176A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04176A is #FBE895. Grayscale: #1A1A1A. Windows color (decimal): -16509078 or 6952708. OLE color: 6952708.
HSL color Cylindrical-coordinate representation of color #04176A: hue angle of 228.82º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04176A is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 23 | 106 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.58 |
| HSL | 228.82º | 0.93% | 0.22% | - |
| HSV(B) | 228.82º | 0.96% | 0.42% | - |
| XYZ | 2.96 | 1.68 | 13.8 | - |
| YUV | 26.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 106 | 0.96 | 0.78 | 0 | 0.58 | 228.82 | 0.93 | 0.22 |
| Hex | 4 | 17 | 6A | 60 | 4E | 0 | 3A | E5 | 5D | 16 |
| Octal | 4 | 27 | 152 | 140 | 116 | 0 | 72 | 345 | 135 | 26 |
| Binary | 100 | 10111 | 1101010 | 1100000 | 1001110 | 0 | 111010 | 11100101 | 1011101 | 10110 |
Color Harmonies of #04176A
Complementary color
Monochromatic Colors of #04176A
Black with #04176A
Text Example
Text Example
White with #04176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04176A; }
p { color: rgb(4,23,106); }
H1.HeaderClassName
{
color: #04176A;
}
.AnyTagClassName
{
color: #04176A;
}
</style>
background-color css
<style>
a { background-color: #04176A; }
a { background-color: rgb(4,23,106); }
div.DivClassName
{
background-color: #04176A;
}
.BgClassName
{
background-color: #04176A;
}
</style>
border-color css
<style>
span { border-color: #04176A; }
span { border-color: rgb(4,23,106); }
td.TdClassName
{
border-color: #04176A;
}
.TagClassName
{
border-color: #04176A;
}
</style>