Shades of Navy Blue #0081CE
Tints of Navy Blue #0081CE
RGB
CMYK
RGB Variations
Color information
#0081CE (or 0x0081CE) is known color: Navy Blue. HEX triplet: 00, 81 and CE. RGB value is (0,129,206). Sum of RGB (Red+Green+Blue) = 0+129+206=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #0081CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081CE is #FF7E31. Grayscale: #626262. Windows color (decimal): -16743986 or 13533440. OLE color: 13533440.
HSL color Cylindrical-coordinate representation of color #0081CE: hue angle of 202.43º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081CE is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 129 | 206 | - |
| CMYK | 1 | 0.37 | 0 | 0.19 |
| HSL | 202.43º | 1% | 0.4% | - |
| HSV(B) | 202.43º | 1% | 0.81% | - |
| XYZ | 18.99 | 20.16 | 61.28 | - |
| YUV | 99.21 | 188.26 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 206 | 1 | 0.37 | 0 | 0.19 | 202.43 | 1 | 0.4 |
| Hex | 0 | 81 | CE | 64 | 25 | 0 | 13 | CA | 64 | 28 |
| Octal | 0 | 201 | 316 | 144 | 45 | 0 | 23 | 312 | 144 | 50 |
| Binary | 0 | 10000001 | 11001110 | 1100100 | 100101 | 0 | 10011 | 11001010 | 1100100 | 101000 |
Color Harmonies of #0081CE
Complementary color
Monochromatic Colors of #0081CE
Black with #0081CE
Text Example
Text Example
White with #0081CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0081CE; }
p { color: rgb(0,129,206); }
H1.HeaderClassName
{
color: #0081CE;
}
.AnyTagClassName
{
color: #0081CE;
}
</style>
background-color css
<style>
a { background-color: #0081CE; }
a { background-color: rgb(0,129,206); }
div.DivClassName
{
background-color: #0081CE;
}
.BgClassName
{
background-color: #0081CE;
}
</style>
border-color css
<style>
span { border-color: #0081CE; }
span { border-color: rgb(0,129,206); }
td.TdClassName
{
border-color: #0081CE;
}
.TagClassName
{
border-color: #0081CE;
}
</style>