Shades of Navy Blue #0880C9
Tints of Navy Blue #0880C9
RGB
CMYK
RGB Variations
Color information
#0880C9 (or 0x0880C9) is known color: Navy Blue. HEX triplet: 08, 80 and C9. RGB value is (8,128,201). Sum of RGB (Red+Green+Blue) = 8+128+201=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 201 (78.91% from 255 or 59.64% from 337); Max value from RGB is 201 - color contains mainly: blue. Hex color #0880C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880C9 is #F77F36. Grayscale: #646464. Windows color (decimal): -16219959 or 13205512. OLE color: 13205512.
HSL color Cylindrical-coordinate representation of color #0880C9: hue angle of 202.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0880C9 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 128 | 201 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.21 |
| HSL | 202.69º | 0.92% | 0.41% | - |
| HSV(B) | 202.69º | 0.96% | 0.79% | - |
| XYZ | 18.36 | 19.71 | 58.09 | - |
| YUV | 100.44 | 184.74 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 201 | 0.96 | 0.36 | 0 | 0.21 | 202.69 | 0.92 | 0.41 |
| Hex | 8 | 80 | C9 | 60 | 24 | 0 | 15 | CB | 5C | 29 |
| Octal | 10 | 200 | 311 | 140 | 44 | 0 | 25 | 313 | 134 | 51 |
| Binary | 1000 | 10000000 | 11001001 | 1100000 | 100100 | 0 | 10101 | 11001011 | 1011100 | 101001 |
Color Harmonies of #0880C9
Complementary color
Monochromatic Colors of #0880C9
Black with #0880C9
Text Example
Text Example
White with #0880C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0880C9; }
p { color: rgb(8,128,201); }
H1.HeaderClassName
{
color: #0880C9;
}
.AnyTagClassName
{
color: #0880C9;
}
</style>
background-color css
<style>
a { background-color: #0880C9; }
a { background-color: rgb(8,128,201); }
div.DivClassName
{
background-color: #0880C9;
}
.BgClassName
{
background-color: #0880C9;
}
</style>
border-color css
<style>
span { border-color: #0880C9; }
span { border-color: rgb(8,128,201); }
td.TdClassName
{
border-color: #0880C9;
}
.TagClassName
{
border-color: #0880C9;
}
</style>