Shades of Navy Blue #0182DD
Tints of Navy Blue #0182DD
RGB
CMYK
RGB Variations
Color information
#0182DD (or 0x0182DD) is known color: Navy Blue. HEX triplet: 01, 82 and DD. RGB value is (1,130,221). Sum of RGB (Red+Green+Blue) = 1+130+221=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #0182DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0182DD is #FE7D22. Grayscale: #656565. Windows color (decimal): -16678179 or 14516737. OLE color: 14516737.
HSL color Cylindrical-coordinate representation of color #0182DD: hue angle of 204.82º 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 #0182DD is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 130 | 221 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.13 |
| HSL | 204.82º | 0.99% | 0.44% | - |
| HSV(B) | 204.82º | 1% | 0.87% | - |
| XYZ | 21.05 | 21.19 | 71.39 | - |
| YUV | 101.8 | 195.26 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 221 | 1.00 | 0.41 | 0 | 0.13 | 204.82 | 0.99 | 0.44 |
| Hex | 1 | 82 | DD | 64 | 29 | 0 | D | CD | 63 | 2C |
| Octal | 1 | 202 | 335 | 144 | 51 | 0 | 15 | 315 | 143 | 54 |
| Binary | 1 | 10000010 | 11011101 | 1100100 | 101001 | 0 | 1101 | 11001101 | 1100011 | 101100 |
Color Harmonies of #0182DD
Complementary color
Monochromatic Colors of #0182DD
Black with #0182DD
Text Example
Text Example
White with #0182DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0182DD; }
p { color: rgb(1,130,221); }
H1.HeaderClassName
{
color: #0182DD;
}
.AnyTagClassName
{
color: #0182DD;
}
</style>
background-color css
<style>
a { background-color: #0182DD; }
a { background-color: rgb(1,130,221); }
div.DivClassName
{
background-color: #0182DD;
}
.BgClassName
{
background-color: #0182DD;
}
</style>
border-color css
<style>
span { border-color: #0182DD; }
span { border-color: rgb(1,130,221); }
td.TdClassName
{
border-color: #0182DD;
}
.TagClassName
{
border-color: #0182DD;
}
</style>