Shades of Navy Blue #0880CE
Tints of Navy Blue #0880CE
RGB
CMYK
RGB Variations
Color information
#0880CE (or 0x0880CE) is known color: Navy Blue. HEX triplet: 08, 80 and CE. RGB value is (8,128,206). Sum of RGB (Red+Green+Blue) = 8+128+206=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #0880CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880CE is #F77F31. Grayscale: #646464. Windows color (decimal): -16219954 or 13533192. OLE color: 13533192.
HSL color Cylindrical-coordinate representation of color #0880CE: hue angle of 203.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0880CE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 128 | 206 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.19 |
| HSL | 203.64º | 0.93% | 0.42% | - |
| HSV(B) | 203.64º | 0.96% | 0.81% | - |
| XYZ | 18.96 | 19.95 | 61.24 | - |
| YUV | 101.01 | 187.24 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 206 | 0.96 | 0.38 | 0 | 0.19 | 203.64 | 0.93 | 0.42 |
| Hex | 8 | 80 | CE | 60 | 26 | 0 | 13 | CC | 5D | 2A |
| Octal | 10 | 200 | 316 | 140 | 46 | 0 | 23 | 314 | 135 | 52 |
| Binary | 1000 | 10000000 | 11001110 | 1100000 | 100110 | 0 | 10011 | 11001100 | 1011101 | 101010 |
Color Harmonies of #0880CE
Complementary color
Monochromatic Colors of #0880CE
Black with #0880CE
Text Example
Text Example
White with #0880CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0880CE; }
p { color: rgb(8,128,206); }
H1.HeaderClassName
{
color: #0880CE;
}
.AnyTagClassName
{
color: #0880CE;
}
</style>
background-color css
<style>
a { background-color: #0880CE; }
a { background-color: rgb(8,128,206); }
div.DivClassName
{
background-color: #0880CE;
}
.BgClassName
{
background-color: #0880CE;
}
</style>
border-color css
<style>
span { border-color: #0880CE; }
span { border-color: rgb(8,128,206); }
td.TdClassName
{
border-color: #0880CE;
}
.TagClassName
{
border-color: #0880CE;
}
</style>