Shades of Navy Blue #0081CC
Tints of Navy Blue #0081CC
RGB
CMYK
RGB Variations
Color information
#0081CC (or 0x0081CC) is known color: Navy Blue. HEX triplet: 00, 81 and CC. RGB value is (0,129,204). Sum of RGB (Red+Green+Blue) = 0+129+204=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 129 (50.78% from 255 or 38.74% 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 #0081CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081CC is #FF7E33. Grayscale: #626262. Windows color (decimal): -16743988 or 13402368. OLE color: 13402368.
HSL color Cylindrical-coordinate representation of color #0081CC: hue angle of 202.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081CC is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 129 | 204 | - |
| CMYK | 1 | 0.37 | 0 | 0.2 |
| HSL | 202.06º | 1% | 0.4% | - |
| HSV(B) | 202.06º | 1% | 0.8% | - |
| XYZ | 18.75 | 20.06 | 60.01 | - |
| YUV | 98.98 | 187.26 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 204 | 1 | 0.37 | 0 | 0.2 | 202.06 | 1 | 0.4 |
| Hex | 0 | 81 | CC | 64 | 25 | 0 | 14 | CA | 64 | 28 |
| Octal | 0 | 201 | 314 | 144 | 45 | 0 | 24 | 312 | 144 | 50 |
| Binary | 0 | 10000001 | 11001100 | 1100100 | 100101 | 0 | 10100 | 11001010 | 1100100 | 101000 |
Color Harmonies of #0081CC
Complementary color
Monochromatic Colors of #0081CC
Black with #0081CC
Text Example
Text Example
White with #0081CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0081CC; }
p { color: rgb(0,129,204); }
H1.HeaderClassName
{
color: #0081CC;
}
.AnyTagClassName
{
color: #0081CC;
}
</style>
background-color css
<style>
a { background-color: #0081CC; }
a { background-color: rgb(0,129,204); }
div.DivClassName
{
background-color: #0081CC;
}
.BgClassName
{
background-color: #0081CC;
}
</style>
border-color css
<style>
span { border-color: #0081CC; }
span { border-color: rgb(0,129,204); }
td.TdClassName
{
border-color: #0081CC;
}
.TagClassName
{
border-color: #0081CC;
}
</style>