Shades of Navy Blue #0880E3
Tints of Navy Blue #0880E3
RGB
CMYK
RGB Variations
Color information
#0880E3 (or 0x0880E3) is known color: Navy Blue. HEX triplet: 08, 80 and E3. RGB value is (8,128,227). Sum of RGB (Red+Green+Blue) = 8+128+227=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 227 (89.06% from 255 or 62.53% from 363); Max value from RGB is 227 - color contains mainly: blue. Hex color #0880E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880E3 is #F77F1C. Grayscale: #666666. Windows color (decimal): -16219933 or 14909448. OLE color: 14909448.
HSL color Cylindrical-coordinate representation of color #0880E3: hue angle of 207.12º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0880E3 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 128 | 227 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.11 |
| HSL | 207.12º | 0.93% | 0.46% | - |
| HSV(B) | 207.12º | 0.96% | 0.89% | - |
| XYZ | 21.68 | 21.04 | 75.59 | - |
| YUV | 103.41 | 197.74 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 227 | 0.96 | 0.44 | 0 | 0.11 | 207.12 | 0.93 | 0.46 |
| Hex | 8 | 80 | E3 | 60 | 2C | 0 | B | CF | 5D | 2E |
| Octal | 10 | 200 | 343 | 140 | 54 | 0 | 13 | 317 | 135 | 56 |
| Binary | 1000 | 10000000 | 11100011 | 1100000 | 101100 | 0 | 1011 | 11001111 | 1011101 | 101110 |
Color Harmonies of #0880E3
Complementary color
Monochromatic Colors of #0880E3
Black with #0880E3
Text Example
Text Example
White with #0880E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0880E3; }
p { color: rgb(8,128,227); }
H1.HeaderClassName
{
color: #0880E3;
}
.AnyTagClassName
{
color: #0880E3;
}
</style>
background-color css
<style>
a { background-color: #0880E3; }
a { background-color: rgb(8,128,227); }
div.DivClassName
{
background-color: #0880E3;
}
.BgClassName
{
background-color: #0880E3;
}
</style>
border-color css
<style>
span { border-color: #0880E3; }
span { border-color: rgb(8,128,227); }
td.TdClassName
{
border-color: #0880E3;
}
.TagClassName
{
border-color: #0880E3;
}
</style>