Shades of Navy Blue #0276CD
Tints of Navy Blue #0276CD
RGB
CMYK
RGB Variations
Color information
#0276CD (or 0x0276CD) is known color: Navy Blue. HEX triplet: 02, 76 and CD. RGB value is (2,118,205). Sum of RGB (Red+Green+Blue) = 2+118+205=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #0276CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276CD is #FD8932. Grayscale: #5C5C5C. Windows color (decimal): -16615731 or 13465090. OLE color: 13465090.
HSL color Cylindrical-coordinate representation of color #0276CD: hue angle of 205.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276CD is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 118 | 205 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.20 |
| HSL | 205.71º | 0.98% | 0.41% | - |
| HSV(B) | 205.71º | 0.99% | 0.8% | - |
| XYZ | 17.52 | 17.38 | 60.19 | - |
| YUV | 93.23 | 191.07 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 205 | 0.99 | 0.42 | 0 | 0.20 | 205.71 | 0.98 | 0.41 |
| Hex | 2 | 76 | CD | 63 | 2A | 0 | 14 | CE | 62 | 29 |
| Octal | 2 | 166 | 315 | 143 | 52 | 0 | 24 | 316 | 142 | 51 |
| Binary | 10 | 1110110 | 11001101 | 1100011 | 101010 | 0 | 10100 | 11001110 | 1100010 | 101001 |
Color Harmonies of #0276CD
Complementary color
Monochromatic Colors of #0276CD
Black with #0276CD
Text Example
Text Example
White with #0276CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276CD; }
p { color: rgb(2,118,205); }
H1.HeaderClassName
{
color: #0276CD;
}
.AnyTagClassName
{
color: #0276CD;
}
</style>
background-color css
<style>
a { background-color: #0276CD; }
a { background-color: rgb(2,118,205); }
div.DivClassName
{
background-color: #0276CD;
}
.BgClassName
{
background-color: #0276CD;
}
</style>
border-color css
<style>
span { border-color: #0276CD; }
span { border-color: rgb(2,118,205); }
td.TdClassName
{
border-color: #0276CD;
}
.TagClassName
{
border-color: #0276CD;
}
</style>