Shades of Navy Blue #0280E5
Tints of Navy Blue #0280E5
RGB
CMYK
RGB Variations
Color information
#0280E5 (or 0x0280E5) is known color: Navy Blue. HEX triplet: 02, 80 and E5. RGB value is (2,128,229). Sum of RGB (Red+Green+Blue) = 2+128+229=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #0280E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280E5 is #FD7F1A. Grayscale: #656565. Windows color (decimal): -16613147 or 15040514. OLE color: 15040514.
HSL color Cylindrical-coordinate representation of color #0280E5: hue angle of 206.7º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280E5 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 128 | 229 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.10 |
| HSL | 206.7º | 0.98% | 0.45% | - |
| HSV(B) | 206.7º | 0.99% | 0.9% | - |
| XYZ | 21.89 | 21.11 | 77.05 | - |
| YUV | 101.84 | 199.76 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 229 | 0.99 | 0.44 | 0 | 0.10 | 206.7 | 0.98 | 0.45 |
| Hex | 2 | 80 | E5 | 63 | 2C | 0 | A | CF | 62 | 2D |
| Octal | 2 | 200 | 345 | 143 | 54 | 0 | 12 | 317 | 142 | 55 |
| Binary | 10 | 10000000 | 11100101 | 1100011 | 101100 | 0 | 1010 | 11001111 | 1100010 | 101101 |
Color Harmonies of #0280E5
Complementary color
Monochromatic Colors of #0280E5
Black with #0280E5
Text Example
Text Example
White with #0280E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280E5; }
p { color: rgb(2,128,229); }
H1.HeaderClassName
{
color: #0280E5;
}
.AnyTagClassName
{
color: #0280E5;
}
</style>
background-color css
<style>
a { background-color: #0280E5; }
a { background-color: rgb(2,128,229); }
div.DivClassName
{
background-color: #0280E5;
}
.BgClassName
{
background-color: #0280E5;
}
</style>
border-color css
<style>
span { border-color: #0280E5; }
span { border-color: rgb(2,128,229); }
td.TdClassName
{
border-color: #0280E5;
}
.TagClassName
{
border-color: #0280E5;
}
</style>