Shades of Navy Blue #0180D9
Tints of Navy Blue #0180D9
RGB
CMYK
RGB Variations
Color information
#0180D9 (or 0x0180D9) is known color: Navy Blue. HEX triplet: 01, 80 and D9. RGB value is (1,128,217). Sum of RGB (Red+Green+Blue) = 1+128+217=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 217 (85.16% from 255 or 62.72% from 346); Max value from RGB is 217 - color contains mainly: blue. Hex color #0180D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180D9 is #FE7F26. Grayscale: #636363. Windows color (decimal): -16678695 or 14254081. OLE color: 14254081.
HSL color Cylindrical-coordinate representation of color #0180D9: hue angle of 204.72º 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 #0180D9 is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 128 | 217 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.15 |
| HSL | 204.72º | 0.99% | 0.43% | - |
| HSV(B) | 204.72º | 1% | 0.85% | - |
| XYZ | 20.26 | 20.45 | 68.53 | - |
| YUV | 100.17 | 193.92 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 217 | 1.00 | 0.41 | 0 | 0.15 | 204.72 | 0.99 | 0.43 |
| Hex | 1 | 80 | D9 | 64 | 29 | 0 | F | CD | 63 | 2B |
| Octal | 1 | 200 | 331 | 144 | 51 | 0 | 17 | 315 | 143 | 53 |
| Binary | 1 | 10000000 | 11011001 | 1100100 | 101001 | 0 | 1111 | 11001101 | 1100011 | 101011 |
Color Harmonies of #0180D9
Complementary color
Monochromatic Colors of #0180D9
Black with #0180D9
Text Example
Text Example
White with #0180D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0180D9; }
p { color: rgb(1,128,217); }
H1.HeaderClassName
{
color: #0180D9;
}
.AnyTagClassName
{
color: #0180D9;
}
</style>
background-color css
<style>
a { background-color: #0180D9; }
a { background-color: rgb(1,128,217); }
div.DivClassName
{
background-color: #0180D9;
}
.BgClassName
{
background-color: #0180D9;
}
</style>
border-color css
<style>
span { border-color: #0180D9; }
span { border-color: rgb(1,128,217); }
td.TdClassName
{
border-color: #0180D9;
}
.TagClassName
{
border-color: #0180D9;
}
</style>