Shades of Navy Blue #0184DF
Tints of Navy Blue #0184DF
RGB
CMYK
RGB Variations
Color information
#0184DF (or 0x0184DF) is known color: Navy Blue. HEX triplet: 01, 84 and DF. RGB value is (1,132,223). Sum of RGB (Red+Green+Blue) = 1+132+223=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #0184DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0184DF is #FE7B20. Grayscale: #666666. Windows color (decimal): -16677665 or 14648321. OLE color: 14648321.
HSL color Cylindrical-coordinate representation of color #0184DF: hue angle of 204.59º 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 #0184DF is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 132 | 223 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.13 |
| HSL | 204.59º | 0.99% | 0.44% | - |
| HSV(B) | 204.59º | 1% | 0.87% | - |
| XYZ | 21.58 | 21.84 | 72.89 | - |
| YUV | 103.21 | 195.6 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 223 | 1.00 | 0.41 | 0 | 0.13 | 204.59 | 0.99 | 0.44 |
| Hex | 1 | 84 | DF | 64 | 29 | 0 | D | CD | 63 | 2C |
| Octal | 1 | 204 | 337 | 144 | 51 | 0 | 15 | 315 | 143 | 54 |
| Binary | 1 | 10000100 | 11011111 | 1100100 | 101001 | 0 | 1101 | 11001101 | 1100011 | 101100 |
Color Harmonies of #0184DF
Complementary color
Monochromatic Colors of #0184DF
Black with #0184DF
Text Example
Text Example
White with #0184DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0184DF; }
p { color: rgb(1,132,223); }
H1.HeaderClassName
{
color: #0184DF;
}
.AnyTagClassName
{
color: #0184DF;
}
</style>
background-color css
<style>
a { background-color: #0184DF; }
a { background-color: rgb(1,132,223); }
div.DivClassName
{
background-color: #0184DF;
}
.BgClassName
{
background-color: #0184DF;
}
</style>
border-color css
<style>
span { border-color: #0184DF; }
span { border-color: rgb(1,132,223); }
td.TdClassName
{
border-color: #0184DF;
}
.TagClassName
{
border-color: #0184DF;
}
</style>