Shades of Navy Blue #0182CF
Tints of Navy Blue #0182CF
RGB
CMYK
RGB Variations
Color information
#0182CF (or 0x0182CF) is known color: Navy Blue. HEX triplet: 01, 82 and CF. RGB value is (1,130,207). Sum of RGB (Red+Green+Blue) = 1+130+207=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #0182CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0182CF is #FE7D30. Grayscale: #636363. Windows color (decimal): -16678193 or 13599233. OLE color: 13599233.
HSL color Cylindrical-coordinate representation of color #0182CF: hue angle of 202.43º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0182CF is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 130 | 207 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.19 |
| HSL | 202.43º | 0.99% | 0.41% | - |
| HSV(B) | 202.43º | 1% | 0.81% | - |
| XYZ | 19.26 | 20.48 | 61.97 | - |
| YUV | 100.21 | 188.26 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 207 | 1.00 | 0.37 | 0 | 0.19 | 202.43 | 0.99 | 0.41 |
| Hex | 1 | 82 | CF | 64 | 25 | 0 | 13 | CA | 63 | 29 |
| Octal | 1 | 202 | 317 | 144 | 45 | 0 | 23 | 312 | 143 | 51 |
| Binary | 1 | 10000010 | 11001111 | 1100100 | 100101 | 0 | 10011 | 11001010 | 1100011 | 101001 |
Color Harmonies of #0182CF
Complementary color
Monochromatic Colors of #0182CF
Black with #0182CF
Text Example
Text Example
White with #0182CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0182CF; }
p { color: rgb(1,130,207); }
H1.HeaderClassName
{
color: #0182CF;
}
.AnyTagClassName
{
color: #0182CF;
}
</style>
background-color css
<style>
a { background-color: #0182CF; }
a { background-color: rgb(1,130,207); }
div.DivClassName
{
background-color: #0182CF;
}
.BgClassName
{
background-color: #0182CF;
}
</style>
border-color css
<style>
span { border-color: #0182CF; }
span { border-color: rgb(1,130,207); }
td.TdClassName
{
border-color: #0182CF;
}
.TagClassName
{
border-color: #0182CF;
}
</style>