Shades of Navy Blue #0184DD
Tints of Navy Blue #0184DD
RGB
CMYK
RGB Variations
Color information
#0184DD (or 0x0184DD) is known color: Navy Blue. HEX triplet: 01, 84 and DD. RGB value is (1,132,221). Sum of RGB (Red+Green+Blue) = 1+132+221=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #0184DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0184DD is #FE7B22. Grayscale: #666666. Windows color (decimal): -16677667 or 14517249. OLE color: 14517249.
HSL color Cylindrical-coordinate representation of color #0184DD: hue angle of 204.27º 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 #0184DD is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 132 | 221 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.13 |
| HSL | 204.27º | 0.99% | 0.44% | - |
| HSV(B) | 204.27º | 1% | 0.87% | - |
| XYZ | 21.31 | 21.73 | 71.48 | - |
| YUV | 102.98 | 194.6 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 221 | 1.00 | 0.40 | 0 | 0.13 | 204.27 | 0.99 | 0.44 |
| Hex | 1 | 84 | DD | 64 | 28 | 0 | D | CC | 63 | 2C |
| Octal | 1 | 204 | 335 | 144 | 50 | 0 | 15 | 314 | 143 | 54 |
| Binary | 1 | 10000100 | 11011101 | 1100100 | 101000 | 0 | 1101 | 11001100 | 1100011 | 101100 |
Color Harmonies of #0184DD
Complementary color
Monochromatic Colors of #0184DD
Black with #0184DD
Text Example
Text Example
White with #0184DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0184DD; }
p { color: rgb(1,132,221); }
H1.HeaderClassName
{
color: #0184DD;
}
.AnyTagClassName
{
color: #0184DD;
}
</style>
background-color css
<style>
a { background-color: #0184DD; }
a { background-color: rgb(1,132,221); }
div.DivClassName
{
background-color: #0184DD;
}
.BgClassName
{
background-color: #0184DD;
}
</style>
border-color css
<style>
span { border-color: #0184DD; }
span { border-color: rgb(1,132,221); }
td.TdClassName
{
border-color: #0184DD;
}
.TagClassName
{
border-color: #0184DD;
}
</style>