Shades of Navy Blue #0181CC
Tints of Navy Blue #0181CC
RGB
CMYK
RGB Variations
Color information
#0181CC (or 0x0181CC) is known color: Navy Blue. HEX triplet: 01, 81 and CC. RGB value is (1,129,204). Sum of RGB (Red+Green+Blue) = 1+129+204=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #0181CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0181CC is #FE7E33. Grayscale: #626262. Windows color (decimal): -16678452 or 13402369. OLE color: 13402369.
HSL color Cylindrical-coordinate representation of color #0181CC: hue angle of 202.17º 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 #0181CC is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 129 | 204 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.2 |
| HSL | 202.17º | 0.99% | 0.4% | - |
| HSV(B) | 202.17º | 1% | 0.8% | - |
| XYZ | 18.76 | 20.07 | 60.01 | - |
| YUV | 99.28 | 187.09 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 204 | 1.00 | 0.37 | 0 | 0.2 | 202.17 | 0.99 | 0.4 |
| Hex | 1 | 81 | CC | 64 | 25 | 0 | 14 | CA | 63 | 28 |
| Octal | 1 | 201 | 314 | 144 | 45 | 0 | 24 | 312 | 143 | 50 |
| Binary | 1 | 10000001 | 11001100 | 1100100 | 100101 | 0 | 10100 | 11001010 | 1100011 | 101000 |
Color Harmonies of #0181CC
Complementary color
Monochromatic Colors of #0181CC
Black with #0181CC
Text Example
Text Example
White with #0181CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0181CC; }
p { color: rgb(1,129,204); }
H1.HeaderClassName
{
color: #0181CC;
}
.AnyTagClassName
{
color: #0181CC;
}
</style>
background-color css
<style>
a { background-color: #0181CC; }
a { background-color: rgb(1,129,204); }
div.DivClassName
{
background-color: #0181CC;
}
.BgClassName
{
background-color: #0181CC;
}
</style>
border-color css
<style>
span { border-color: #0181CC; }
span { border-color: rgb(1,129,204); }
td.TdClassName
{
border-color: #0181CC;
}
.TagClassName
{
border-color: #0181CC;
}
</style>