Shades of Navy #000280
Tints of Navy #000280
RGB
CMYK
RGB Variations
Color information
#000280 (or 0x000280) is known color: Navy. HEX triplet: 00, 02 and 80. RGB value is (0,2,128). Sum of RGB (Red+Green+Blue) = 0+2+128=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 128 (50.39% from 255 or 98.46% from 130); Max value from RGB is 128 - color contains mainly: blue. Hex color #000280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000280 is #FFFD7F. Grayscale: #0F0F0F. Windows color (decimal): -16776576 or 8389120. OLE color: 8389120.
HSL color Cylindrical-coordinate representation of color #000280: hue angle of 239.06º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000280 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 2 | 128 | - |
| CMYK | 1 | 0.98 | 0 | 0.50 |
| HSL | 239.06º | 1% | 0.25% | - |
| HSV(B) | 239.06º | 1% | 0.5% | - |
| XYZ | 3.92 | 1.6 | 20.52 | - |
| YUV | 15.77 | 191.34 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 128 | 1 | 0.98 | 0 | 0.50 | 239.06 | 1 | 0.25 |
| Hex | 0 | 2 | 80 | 64 | 62 | 0 | 32 | EF | 64 | 19 |
| Octal | 0 | 2 | 200 | 144 | 142 | 0 | 62 | 357 | 144 | 31 |
| Binary | 0 | 10 | 10000000 | 1100100 | 1100010 | 0 | 110010 | 11101111 | 1100100 | 11001 |
Color Harmonies of #000280
Complementary color
Monochromatic Colors of #000280
Black with #000280
Text Example
Text Example
White with #000280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000280; }
p { color: rgb(0,2,128); }
H1.HeaderClassName
{
color: #000280;
}
.AnyTagClassName
{
color: #000280;
}
</style>
background-color css
<style>
a { background-color: #000280; }
a { background-color: rgb(0,2,128); }
div.DivClassName
{
background-color: #000280;
}
.BgClassName
{
background-color: #000280;
}
</style>
border-color css
<style>
span { border-color: #000280; }
span { border-color: rgb(0,2,128); }
td.TdClassName
{
border-color: #000280;
}
.TagClassName
{
border-color: #000280;
}
</style>