Shades of Sapphire #04174E
Tints of Sapphire #04174E
RGB
CMYK
RGB Variations
Color information
#04174E (or 0x04174E) is known color: Sapphire. HEX triplet: 04, 17 and 4E. RGB value is (4,23,78). Sum of RGB (Red+Green+Blue) = 4+23+78=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #04174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04174E is #FBE8B1. Grayscale: #171717. Windows color (decimal): -16509106 or 5117700. OLE color: 5117700.
HSL color Cylindrical-coordinate representation of color #04174E: hue angle of 224.59º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04174E is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 23 | 78 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.69 |
| HSL | 224.59º | 0.9% | 0.16% | - |
| HSV(B) | 224.59º | 0.95% | 0.31% | - |
| XYZ | 1.73 | 1.19 | 7.35 | - |
| YUV | 23.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 78 | 0.95 | 0.71 | 0 | 0.69 | 224.59 | 0.9 | 0.16 |
| Hex | 4 | 17 | 4E | 5F | 47 | 0 | 45 | E1 | 5A | 10 |
| Octal | 4 | 27 | 116 | 137 | 107 | 0 | 105 | 341 | 132 | 20 |
| Binary | 100 | 10111 | 1001110 | 1011111 | 1000111 | 0 | 1000101 | 11100001 | 1011010 | 10000 |
Color Harmonies of #04174E
Complementary color
Monochromatic Colors of #04174E
Black with #04174E
Text Example
Text Example
White with #04174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04174E; }
p { color: rgb(4,23,78); }
H1.HeaderClassName
{
color: #04174E;
}
.AnyTagClassName
{
color: #04174E;
}
</style>
background-color css
<style>
a { background-color: #04174E; }
a { background-color: rgb(4,23,78); }
div.DivClassName
{
background-color: #04174E;
}
.BgClassName
{
background-color: #04174E;
}
</style>
border-color css
<style>
span { border-color: #04174E; }
span { border-color: rgb(4,23,78); }
td.TdClassName
{
border-color: #04174E;
}
.TagClassName
{
border-color: #04174E;
}
</style>