Shades of Navy Blue #0174DF
Tints of Navy Blue #0174DF
RGB
CMYK
RGB Variations
Color information
#0174DF (or 0x0174DF) is known color: Navy Blue. HEX triplet: 01, 74 and DF. RGB value is (1,116,223). Sum of RGB (Red+Green+Blue) = 1+116+223=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #0174DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174DF is #FE8B20. Grayscale: #5D5D5D. Windows color (decimal): -16681761 or 14644225. OLE color: 14644225.
HSL color Cylindrical-coordinate representation of color #0174DF: hue angle of 208.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0174DF is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 116 | 223 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.13 |
| HSL | 208.92º | 0.99% | 0.44% | - |
| HSV(B) | 208.92º | 1% | 0.87% | - |
| XYZ | 19.58 | 17.82 | 72.22 | - |
| YUV | 93.81 | 200.9 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 223 | 1.00 | 0.48 | 0 | 0.13 | 208.92 | 0.99 | 0.44 |
| Hex | 1 | 74 | DF | 64 | 30 | 0 | D | D1 | 63 | 2C |
| Octal | 1 | 164 | 337 | 144 | 60 | 0 | 15 | 321 | 143 | 54 |
| Binary | 1 | 1110100 | 11011111 | 1100100 | 110000 | 0 | 1101 | 11010001 | 1100011 | 101100 |
Color Harmonies of #0174DF
Complementary color
Monochromatic Colors of #0174DF
Black with #0174DF
Text Example
Text Example
White with #0174DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0174DF; }
p { color: rgb(1,116,223); }
H1.HeaderClassName
{
color: #0174DF;
}
.AnyTagClassName
{
color: #0174DF;
}
</style>
background-color css
<style>
a { background-color: #0174DF; }
a { background-color: rgb(1,116,223); }
div.DivClassName
{
background-color: #0174DF;
}
.BgClassName
{
background-color: #0174DF;
}
</style>
border-color css
<style>
span { border-color: #0174DF; }
span { border-color: rgb(1,116,223); }
td.TdClassName
{
border-color: #0174DF;
}
.TagClassName
{
border-color: #0174DF;
}
</style>