Shades of Navy Blue #0180CC
Tints of Navy Blue #0180CC
RGB
CMYK
RGB Variations
Color information
#0180CC (or 0x0180CC) is known color: Navy Blue. HEX triplet: 01, 80 and CC. RGB value is (1,128,204). Sum of RGB (Red+Green+Blue) = 1+128+204=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #0180CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180CC is #FE7F33. Grayscale: #626262. Windows color (decimal): -16678708 or 13402113. OLE color: 13402113.
HSL color Cylindrical-coordinate representation of color #0180CC: hue angle of 202.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0180CC is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 128 | 204 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.2 |
| HSL | 202.46º | 0.99% | 0.4% | - |
| HSV(B) | 202.46º | 1% | 0.8% | - |
| XYZ | 18.63 | 19.8 | 59.97 | - |
| YUV | 98.69 | 187.42 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 204 | 1.00 | 0.37 | 0 | 0.2 | 202.46 | 0.99 | 0.4 |
| Hex | 1 | 80 | CC | 64 | 25 | 0 | 14 | CA | 63 | 28 |
| Octal | 1 | 200 | 314 | 144 | 45 | 0 | 24 | 312 | 143 | 50 |
| Binary | 1 | 10000000 | 11001100 | 1100100 | 100101 | 0 | 10100 | 11001010 | 1100011 | 101000 |
Color Harmonies of #0180CC
Complementary color
Monochromatic Colors of #0180CC
Black with #0180CC
Text Example
Text Example
White with #0180CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0180CC; }
p { color: rgb(1,128,204); }
H1.HeaderClassName
{
color: #0180CC;
}
.AnyTagClassName
{
color: #0180CC;
}
</style>
background-color css
<style>
a { background-color: #0180CC; }
a { background-color: rgb(1,128,204); }
div.DivClassName
{
background-color: #0180CC;
}
.BgClassName
{
background-color: #0180CC;
}
</style>
border-color css
<style>
span { border-color: #0180CC; }
span { border-color: rgb(1,128,204); }
td.TdClassName
{
border-color: #0180CC;
}
.TagClassName
{
border-color: #0180CC;
}
</style>