Shades of Navy Blue #0276BF
Tints of Navy Blue #0276BF
RGB
CMYK
RGB Variations
Color information
#0276BF (or 0x0276BF) is known color: Navy Blue. HEX triplet: 02, 76 and BF. RGB value is (2,118,191). Sum of RGB (Red+Green+Blue) = 2+118+191=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #0276BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276BF is #FD8940. Grayscale: #5B5B5B. Windows color (decimal): -16615745 or 12547586. OLE color: 12547586.
HSL color Cylindrical-coordinate representation of color #0276BF: hue angle of 203.17º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276BF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 118 | 191 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.25 |
| HSL | 203.17º | 0.98% | 0.38% | - |
| HSV(B) | 203.17º | 0.99% | 0.75% | - |
| XYZ | 15.91 | 16.73 | 51.68 | - |
| YUV | 91.64 | 184.07 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 191 | 0.99 | 0.38 | 0 | 0.25 | 203.17 | 0.98 | 0.38 |
| Hex | 2 | 76 | BF | 63 | 26 | 0 | 19 | CB | 62 | 26 |
| Octal | 2 | 166 | 277 | 143 | 46 | 0 | 31 | 313 | 142 | 46 |
| Binary | 10 | 1110110 | 10111111 | 1100011 | 100110 | 0 | 11001 | 11001011 | 1100010 | 100110 |
Color Harmonies of #0276BF
Complementary color
Monochromatic Colors of #0276BF
Black with #0276BF
Text Example
Text Example
White with #0276BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276BF; }
p { color: rgb(2,118,191); }
H1.HeaderClassName
{
color: #0276BF;
}
.AnyTagClassName
{
color: #0276BF;
}
</style>
background-color css
<style>
a { background-color: #0276BF; }
a { background-color: rgb(2,118,191); }
div.DivClassName
{
background-color: #0276BF;
}
.BgClassName
{
background-color: #0276BF;
}
</style>
border-color css
<style>
span { border-color: #0276BF; }
span { border-color: rgb(2,118,191); }
td.TdClassName
{
border-color: #0276BF;
}
.TagClassName
{
border-color: #0276BF;
}
</style>