Shades of Navy Blue #1081DD
Tints of Navy Blue #1081DD
RGB
CMYK
RGB Variations
Color information
#1081DD (or 0x1081DD) is known color: Navy Blue. HEX triplet: 10, 81 and DD. RGB value is (16,129,221). Sum of RGB (Red+Green+Blue) = 16+129+221=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #1081DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081DD is #EF7E22. Grayscale: #696969. Windows color (decimal): -15695395 or 14516496. OLE color: 14516496.
HSL color Cylindrical-coordinate representation of color #1081DD: hue angle of 206.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1081DD is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 129 | 221 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.13 |
| HSL | 206.93º | 0.86% | 0.46% | - |
| HSV(B) | 206.93º | 0.93% | 0.87% | - |
| XYZ | 21.12 | 21.03 | 71.35 | - |
| YUV | 105.7 | 193.06 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 221 | 0.93 | 0.42 | 0 | 0.13 | 206.93 | 0.86 | 0.46 |
| Hex | 10 | 81 | DD | 5D | 2A | 0 | D | CF | 56 | 2E |
| Octal | 20 | 201 | 335 | 135 | 52 | 0 | 15 | 317 | 126 | 56 |
| Binary | 10000 | 10000001 | 11011101 | 1011101 | 101010 | 0 | 1101 | 11001111 | 1010110 | 101110 |
Color Harmonies of #1081DD
Complementary color
Monochromatic Colors of #1081DD
Black with #1081DD
Text Example
Text Example
White with #1081DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1081DD; }
p { color: rgb(16,129,221); }
H1.HeaderClassName
{
color: #1081DD;
}
.AnyTagClassName
{
color: #1081DD;
}
</style>
background-color css
<style>
a { background-color: #1081DD; }
a { background-color: rgb(16,129,221); }
div.DivClassName
{
background-color: #1081DD;
}
.BgClassName
{
background-color: #1081DD;
}
</style>
border-color css
<style>
span { border-color: #1081DD; }
span { border-color: rgb(16,129,221); }
td.TdClassName
{
border-color: #1081DD;
}
.TagClassName
{
border-color: #1081DD;
}
</style>