Shades of Navy Blue #0280CE
Tints of Navy Blue #0280CE
RGB
CMYK
RGB Variations
Color information
#0280CE (or 0x0280CE) is known color: Navy Blue. HEX triplet: 02, 80 and CE. RGB value is (2,128,206). Sum of RGB (Red+Green+Blue) = 2+128+206=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #0280CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280CE is #FD7F31. Grayscale: #626262. Windows color (decimal): -16613170 or 13533186. OLE color: 13533186.
HSL color Cylindrical-coordinate representation of color #0280CE: hue angle of 202.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280CE is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 128 | 206 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.19 |
| HSL | 202.94º | 0.98% | 0.41% | - |
| HSV(B) | 202.94º | 0.99% | 0.81% | - |
| XYZ | 18.88 | 19.91 | 61.24 | - |
| YUV | 99.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 206 | 0.99 | 0.38 | 0 | 0.19 | 202.94 | 0.98 | 0.41 |
| Hex | 2 | 80 | CE | 63 | 26 | 0 | 13 | CB | 62 | 29 |
| Octal | 2 | 200 | 316 | 143 | 46 | 0 | 23 | 313 | 142 | 51 |
| Binary | 10 | 10000000 | 11001110 | 1100011 | 100110 | 0 | 10011 | 11001011 | 1100010 | 101001 |
Color Harmonies of #0280CE
Complementary color
Monochromatic Colors of #0280CE
Black with #0280CE
Text Example
Text Example
White with #0280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280CE; }
p { color: rgb(2,128,206); }
H1.HeaderClassName
{
color: #0280CE;
}
.AnyTagClassName
{
color: #0280CE;
}
</style>
background-color css
<style>
a { background-color: #0280CE; }
a { background-color: rgb(2,128,206); }
div.DivClassName
{
background-color: #0280CE;
}
.BgClassName
{
background-color: #0280CE;
}
</style>
border-color css
<style>
span { border-color: #0280CE; }
span { border-color: rgb(2,128,206); }
td.TdClassName
{
border-color: #0280CE;
}
.TagClassName
{
border-color: #0280CE;
}
</style>