Shades of Navy Blue #1080DF
Tints of Navy Blue #1080DF
RGB
CMYK
RGB Variations
Color information
#1080DF (or 0x1080DF) is known color: Navy Blue. HEX triplet: 10, 80 and DF. RGB value is (16,128,223). Sum of RGB (Red+Green+Blue) = 16+128+223=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #1080DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080DF is #EF7F20. Grayscale: #686868. Windows color (decimal): -15695649 or 14647312. OLE color: 14647312.
HSL color Cylindrical-coordinate representation of color #1080DF: hue angle of 207.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1080DF is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 128 | 223 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.13 |
| HSL | 207.54º | 0.87% | 0.47% | - |
| HSV(B) | 207.54º | 0.93% | 0.87% | - |
| XYZ | 21.25 | 20.88 | 72.72 | - |
| YUV | 105.34 | 194.39 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 223 | 0.93 | 0.43 | 0 | 0.13 | 207.54 | 0.87 | 0.47 |
| Hex | 10 | 80 | DF | 5D | 2B | 0 | D | D0 | 57 | 2F |
| Octal | 20 | 200 | 337 | 135 | 53 | 0 | 15 | 320 | 127 | 57 |
| Binary | 10000 | 10000000 | 11011111 | 1011101 | 101011 | 0 | 1101 | 11010000 | 1010111 | 101111 |
Color Harmonies of #1080DF
Complementary color
Monochromatic Colors of #1080DF
Black with #1080DF
Text Example
Text Example
White with #1080DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080DF; }
p { color: rgb(16,128,223); }
H1.HeaderClassName
{
color: #1080DF;
}
.AnyTagClassName
{
color: #1080DF;
}
</style>
background-color css
<style>
a { background-color: #1080DF; }
a { background-color: rgb(16,128,223); }
div.DivClassName
{
background-color: #1080DF;
}
.BgClassName
{
background-color: #1080DF;
}
</style>
border-color css
<style>
span { border-color: #1080DF; }
span { border-color: rgb(16,128,223); }
td.TdClassName
{
border-color: #1080DF;
}
.TagClassName
{
border-color: #1080DF;
}
</style>