Shades of Navy Blue #0280CF
Tints of Navy Blue #0280CF
RGB
CMYK
RGB Variations
Color information
#0280CF (or 0x0280CF) is known color: Navy Blue. HEX triplet: 02, 80 and CF. RGB value is (2,128,207). Sum of RGB (Red+Green+Blue) = 2+128+207=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #0280CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280CF is #FD7F30. Grayscale: #626262. Windows color (decimal): -16613169 or 13598722. OLE color: 13598722.
HSL color Cylindrical-coordinate representation of color #0280CF: hue angle of 203.12º 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 #0280CF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 128 | 207 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.19 |
| HSL | 203.12º | 0.98% | 0.41% | - |
| HSV(B) | 203.12º | 0.99% | 0.81% | - |
| XYZ | 19.01 | 19.96 | 61.88 | - |
| YUV | 99.33 | 188.76 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 207 | 0.99 | 0.38 | 0 | 0.19 | 203.12 | 0.98 | 0.41 |
| Hex | 2 | 80 | CF | 63 | 26 | 0 | 13 | CB | 62 | 29 |
| Octal | 2 | 200 | 317 | 143 | 46 | 0 | 23 | 313 | 142 | 51 |
| Binary | 10 | 10000000 | 11001111 | 1100011 | 100110 | 0 | 10011 | 11001011 | 1100010 | 101001 |
Color Harmonies of #0280CF
Complementary color
Monochromatic Colors of #0280CF
Black with #0280CF
Text Example
Text Example
White with #0280CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280CF; }
p { color: rgb(2,128,207); }
H1.HeaderClassName
{
color: #0280CF;
}
.AnyTagClassName
{
color: #0280CF;
}
</style>
background-color css
<style>
a { background-color: #0280CF; }
a { background-color: rgb(2,128,207); }
div.DivClassName
{
background-color: #0280CF;
}
.BgClassName
{
background-color: #0280CF;
}
</style>
border-color css
<style>
span { border-color: #0280CF; }
span { border-color: rgb(2,128,207); }
td.TdClassName
{
border-color: #0280CF;
}
.TagClassName
{
border-color: #0280CF;
}
</style>