Shades of Navy Blue #0260BD
Tints of Navy Blue #0260BD
RGB
CMYK
RGB Variations
Color information
#0260BD (or 0x0260BD) is known color: Navy Blue. HEX triplet: 02, 60 and BD. RGB value is (2,96,189). Sum of RGB (Red+Green+Blue) = 2+96+189=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #0260BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260BD is #FD9F42. Grayscale: #4E4E4E. Windows color (decimal): -16621379 or 12410882. OLE color: 12410882.
HSL color Cylindrical-coordinate representation of color #0260BD: hue angle of 209.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260BD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 96 | 189 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.26 |
| HSL | 209.84º | 0.98% | 0.37% | - |
| HSV(B) | 209.84º | 0.99% | 0.74% | - |
| XYZ | 13.39 | 12.05 | 49.76 | - |
| YUV | 78.5 | 190.36 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 189 | 0.99 | 0.49 | 0 | 0.26 | 209.84 | 0.98 | 0.37 |
| Hex | 2 | 60 | BD | 63 | 31 | 0 | 1A | D2 | 62 | 25 |
| Octal | 2 | 140 | 275 | 143 | 61 | 0 | 32 | 322 | 142 | 45 |
| Binary | 10 | 1100000 | 10111101 | 1100011 | 110001 | 0 | 11010 | 11010010 | 1100010 | 100101 |
Color Harmonies of #0260BD
Complementary color
Monochromatic Colors of #0260BD
Black with #0260BD
Text Example
Text Example
White with #0260BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260BD; }
p { color: rgb(2,96,189); }
H1.HeaderClassName
{
color: #0260BD;
}
.AnyTagClassName
{
color: #0260BD;
}
</style>
background-color css
<style>
a { background-color: #0260BD; }
a { background-color: rgb(2,96,189); }
div.DivClassName
{
background-color: #0260BD;
}
.BgClassName
{
background-color: #0260BD;
}
</style>
border-color css
<style>
span { border-color: #0260BD; }
span { border-color: rgb(2,96,189); }
td.TdClassName
{
border-color: #0260BD;
}
.TagClassName
{
border-color: #0260BD;
}
</style>