Shades of Navy Blue #0881CC
Tints of Navy Blue #0881CC
RGB
CMYK
RGB Variations
Color information
#0881CC (or 0x0881CC) is known color: Navy Blue. HEX triplet: 08, 81 and CC. RGB value is (8,129,204). Sum of RGB (Red+Green+Blue) = 8+129+204=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #0881CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881CC is #F77E33. Grayscale: #646464. Windows color (decimal): -16219700 or 13402376. OLE color: 13402376.
HSL color Cylindrical-coordinate representation of color #0881CC: hue angle of 202.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0881CC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 129 | 204 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.2 |
| HSL | 202.96º | 0.92% | 0.42% | - |
| HSV(B) | 202.96º | 0.96% | 0.8% | - |
| XYZ | 18.85 | 20.11 | 60.02 | - |
| YUV | 101.37 | 185.91 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 204 | 0.96 | 0.37 | 0 | 0.2 | 202.96 | 0.92 | 0.42 |
| Hex | 8 | 81 | CC | 60 | 25 | 0 | 14 | CB | 5C | 2A |
| Octal | 10 | 201 | 314 | 140 | 45 | 0 | 24 | 313 | 134 | 52 |
| Binary | 1000 | 10000001 | 11001100 | 1100000 | 100101 | 0 | 10100 | 11001011 | 1011100 | 101010 |
Color Harmonies of #0881CC
Complementary color
Monochromatic Colors of #0881CC
Black with #0881CC
Text Example
Text Example
White with #0881CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0881CC; }
p { color: rgb(8,129,204); }
H1.HeaderClassName
{
color: #0881CC;
}
.AnyTagClassName
{
color: #0881CC;
}
</style>
background-color css
<style>
a { background-color: #0881CC; }
a { background-color: rgb(8,129,204); }
div.DivClassName
{
background-color: #0881CC;
}
.BgClassName
{
background-color: #0881CC;
}
</style>
border-color css
<style>
span { border-color: #0881CC; }
span { border-color: rgb(8,129,204); }
td.TdClassName
{
border-color: #0881CC;
}
.TagClassName
{
border-color: #0881CC;
}
</style>