Shades of Navy Blue #0176DA
Tints of Navy Blue #0176DA
RGB
CMYK
RGB Variations
Color information
#0176DA (or 0x0176DA) is known color: Navy Blue. HEX triplet: 01, 76 and DA. RGB value is (1,118,218). Sum of RGB (Red+Green+Blue) = 1+118+218=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #0176DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0176DA is #FE8925. Grayscale: #5D5D5D. Windows color (decimal): -16681254 or 14317057. OLE color: 14317057.
HSL color Cylindrical-coordinate representation of color #0176DA: hue angle of 207.65º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176DA is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 118 | 218 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.15 |
| HSL | 207.65º | 0.99% | 0.43% | - |
| HSV(B) | 207.65º | 1% | 0.85% | - |
| XYZ | 19.15 | 18.03 | 68.8 | - |
| YUV | 94.42 | 197.74 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 218 | 1.00 | 0.46 | 0 | 0.15 | 207.65 | 0.99 | 0.43 |
| Hex | 1 | 76 | DA | 64 | 2E | 0 | F | D0 | 63 | 2B |
| Octal | 1 | 166 | 332 | 144 | 56 | 0 | 17 | 320 | 143 | 53 |
| Binary | 1 | 1110110 | 11011010 | 1100100 | 101110 | 0 | 1111 | 11010000 | 1100011 | 101011 |
Color Harmonies of #0176DA
Complementary color
Monochromatic Colors of #0176DA
Black with #0176DA
Text Example
Text Example
White with #0176DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176DA; }
p { color: rgb(1,118,218); }
H1.HeaderClassName
{
color: #0176DA;
}
.AnyTagClassName
{
color: #0176DA;
}
</style>
background-color css
<style>
a { background-color: #0176DA; }
a { background-color: rgb(1,118,218); }
div.DivClassName
{
background-color: #0176DA;
}
.BgClassName
{
background-color: #0176DA;
}
</style>
border-color css
<style>
span { border-color: #0176DA; }
span { border-color: rgb(1,118,218); }
td.TdClassName
{
border-color: #0176DA;
}
.TagClassName
{
border-color: #0176DA;
}
</style>