Shades of Navy Blue #0277DA
Tints of Navy Blue #0277DA
RGB
CMYK
RGB Variations
Color information
#0277DA (or 0x0277DA) is known color: Navy Blue. HEX triplet: 02, 77 and DA. RGB value is (2,119,218). Sum of RGB (Red+Green+Blue) = 2+119+218=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #0277DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277DA is #FD8825. Grayscale: #5E5E5E. Windows color (decimal): -16615462 or 14317314. OLE color: 14317314.
HSL color Cylindrical-coordinate representation of color #0277DA: hue angle of 207.5º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277DA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 119 | 218 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.15 |
| HSL | 207.5º | 0.98% | 0.43% | - |
| HSV(B) | 207.5º | 0.99% | 0.85% | - |
| XYZ | 19.28 | 18.27 | 68.84 | - |
| YUV | 95.3 | 197.24 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 218 | 0.99 | 0.45 | 0 | 0.15 | 207.5 | 0.98 | 0.43 |
| Hex | 2 | 77 | DA | 63 | 2D | 0 | F | D0 | 62 | 2B |
| Octal | 2 | 167 | 332 | 143 | 55 | 0 | 17 | 320 | 142 | 53 |
| Binary | 10 | 1110111 | 11011010 | 1100011 | 101101 | 0 | 1111 | 11010000 | 1100010 | 101011 |
Color Harmonies of #0277DA
Complementary color
Monochromatic Colors of #0277DA
Black with #0277DA
Text Example
Text Example
White with #0277DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0277DA; }
p { color: rgb(2,119,218); }
H1.HeaderClassName
{
color: #0277DA;
}
.AnyTagClassName
{
color: #0277DA;
}
</style>
background-color css
<style>
a { background-color: #0277DA; }
a { background-color: rgb(2,119,218); }
div.DivClassName
{
background-color: #0277DA;
}
.BgClassName
{
background-color: #0277DA;
}
</style>
border-color css
<style>
span { border-color: #0277DA; }
span { border-color: rgb(2,119,218); }
td.TdClassName
{
border-color: #0277DA;
}
.TagClassName
{
border-color: #0277DA;
}
</style>