Shades of Navy Blue #0276DF
Tints of Navy Blue #0276DF
RGB
CMYK
RGB Variations
Color information
#0276DF (or 0x0276DF) is known color: Navy Blue. HEX triplet: 02, 76 and DF. RGB value is (2,118,223). Sum of RGB (Red+Green+Blue) = 2+118+223=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #0276DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276DF is #FD8920. Grayscale: #5E5E5E. Windows color (decimal): -16615713 or 14644738. OLE color: 14644738.
HSL color Cylindrical-coordinate representation of color #0276DF: hue angle of 208.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276DF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 118 | 223 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.13 |
| HSL | 208.51º | 0.98% | 0.44% | - |
| HSV(B) | 208.51º | 0.99% | 0.87% | - |
| XYZ | 19.82 | 18.3 | 72.3 | - |
| YUV | 95.29 | 200.07 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 223 | 0.99 | 0.47 | 0 | 0.13 | 208.51 | 0.98 | 0.44 |
| Hex | 2 | 76 | DF | 63 | 2F | 0 | D | D1 | 62 | 2C |
| Octal | 2 | 166 | 337 | 143 | 57 | 0 | 15 | 321 | 142 | 54 |
| Binary | 10 | 1110110 | 11011111 | 1100011 | 101111 | 0 | 1101 | 11010001 | 1100010 | 101100 |
Color Harmonies of #0276DF
Complementary color
Monochromatic Colors of #0276DF
Black with #0276DF
Text Example
Text Example
White with #0276DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276DF; }
p { color: rgb(2,118,223); }
H1.HeaderClassName
{
color: #0276DF;
}
.AnyTagClassName
{
color: #0276DF;
}
</style>
background-color css
<style>
a { background-color: #0276DF; }
a { background-color: rgb(2,118,223); }
div.DivClassName
{
background-color: #0276DF;
}
.BgClassName
{
background-color: #0276DF;
}
</style>
border-color css
<style>
span { border-color: #0276DF; }
span { border-color: rgb(2,118,223); }
td.TdClassName
{
border-color: #0276DF;
}
.TagClassName
{
border-color: #0276DF;
}
</style>