Shades of Navy Blue #0277DC
Tints of Navy Blue #0277DC
RGB
CMYK
RGB Variations
Color information
#0277DC (or 0x0277DC) is known color: Navy Blue. HEX triplet: 02, 77 and DC. RGB value is (2,119,220). Sum of RGB (Red+Green+Blue) = 2+119+220=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #0277DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277DC is #FD8823. Grayscale: #5F5F5F. Windows color (decimal): -16615460 or 14448386. OLE color: 14448386.
HSL color Cylindrical-coordinate representation of color #0277DC: hue angle of 207.8º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277DC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 119 | 220 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.14 |
| HSL | 207.8º | 0.98% | 0.44% | - |
| HSV(B) | 207.8º | 0.99% | 0.86% | - |
| XYZ | 19.54 | 18.37 | 70.23 | - |
| YUV | 95.53 | 198.24 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 220 | 0.99 | 0.46 | 0 | 0.14 | 207.8 | 0.98 | 0.44 |
| Hex | 2 | 77 | DC | 63 | 2E | 0 | E | D0 | 62 | 2C |
| Octal | 2 | 167 | 334 | 143 | 56 | 0 | 16 | 320 | 142 | 54 |
| Binary | 10 | 1110111 | 11011100 | 1100011 | 101110 | 0 | 1110 | 11010000 | 1100010 | 101100 |
Color Harmonies of #0277DC
Complementary color
Monochromatic Colors of #0277DC
Black with #0277DC
Text Example
Text Example
White with #0277DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0277DC; }
p { color: rgb(2,119,220); }
H1.HeaderClassName
{
color: #0277DC;
}
.AnyTagClassName
{
color: #0277DC;
}
</style>
background-color css
<style>
a { background-color: #0277DC; }
a { background-color: rgb(2,119,220); }
div.DivClassName
{
background-color: #0277DC;
}
.BgClassName
{
background-color: #0277DC;
}
</style>
border-color css
<style>
span { border-color: #0277DC; }
span { border-color: rgb(2,119,220); }
td.TdClassName
{
border-color: #0277DC;
}
.TagClassName
{
border-color: #0277DC;
}
</style>