Shades of Navy Blue #0276DA
Tints of Navy Blue #0276DA
RGB
CMYK
RGB Variations
Color information
#0276DA (or 0x0276DA) is known color: Navy Blue. HEX triplet: 02, 76 and DA. RGB value is (2,118,218). Sum of RGB (Red+Green+Blue) = 2+118+218=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #0276DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276DA is #FD8925. Grayscale: #5E5E5E. Windows color (decimal): -16615718 or 14317058. OLE color: 14317058.
HSL color Cylindrical-coordinate representation of color #0276DA: hue angle of 207.78º 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 #0276DA is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 118 | 218 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.15 |
| HSL | 207.78º | 0.98% | 0.43% | - |
| HSV(B) | 207.78º | 0.99% | 0.85% | - |
| XYZ | 19.16 | 18.03 | 68.8 | - |
| YUV | 94.72 | 197.57 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 218 | 0.99 | 0.46 | 0 | 0.15 | 207.78 | 0.98 | 0.43 |
| Hex | 2 | 76 | DA | 63 | 2E | 0 | F | D0 | 62 | 2B |
| Octal | 2 | 166 | 332 | 143 | 56 | 0 | 17 | 320 | 142 | 53 |
| Binary | 10 | 1110110 | 11011010 | 1100011 | 101110 | 0 | 1111 | 11010000 | 1100010 | 101011 |
Color Harmonies of #0276DA
Complementary color
Monochromatic Colors of #0276DA
Black with #0276DA
Text Example
Text Example
White with #0276DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276DA; }
p { color: rgb(2,118,218); }
H1.HeaderClassName
{
color: #0276DA;
}
.AnyTagClassName
{
color: #0276DA;
}
</style>
background-color css
<style>
a { background-color: #0276DA; }
a { background-color: rgb(2,118,218); }
div.DivClassName
{
background-color: #0276DA;
}
.BgClassName
{
background-color: #0276DA;
}
</style>
border-color css
<style>
span { border-color: #0276DA; }
span { border-color: rgb(2,118,218); }
td.TdClassName
{
border-color: #0276DA;
}
.TagClassName
{
border-color: #0276DA;
}
</style>