Shades of Navy Blue #0260BC
Tints of Navy Blue #0260BC
RGB
CMYK
RGB Variations
Color information
#0260BC (or 0x0260BC) is known color: Navy Blue. HEX triplet: 02, 60 and BC. RGB value is (2,96,188). Sum of RGB (Red+Green+Blue) = 2+96+188=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #0260BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260BC is #FD9F43. Grayscale: #4D4D4D. Windows color (decimal): -16621380 or 12345346. OLE color: 12345346.
HSL color Cylindrical-coordinate representation of color #0260BC: hue angle of 209.68º 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 #0260BC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 96 | 188 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.26 |
| HSL | 209.68º | 0.98% | 0.37% | - |
| HSV(B) | 209.68º | 0.99% | 0.74% | - |
| XYZ | 13.29 | 12.01 | 49.19 | - |
| YUV | 78.38 | 189.86 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 188 | 0.99 | 0.49 | 0 | 0.26 | 209.68 | 0.98 | 0.37 |
| Hex | 2 | 60 | BC | 63 | 31 | 0 | 1A | D2 | 62 | 25 |
| Octal | 2 | 140 | 274 | 143 | 61 | 0 | 32 | 322 | 142 | 45 |
| Binary | 10 | 1100000 | 10111100 | 1100011 | 110001 | 0 | 11010 | 11010010 | 1100010 | 100101 |
Color Harmonies of #0260BC
Complementary color
Monochromatic Colors of #0260BC
Black with #0260BC
Text Example
Text Example
White with #0260BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260BC; }
p { color: rgb(2,96,188); }
H1.HeaderClassName
{
color: #0260BC;
}
.AnyTagClassName
{
color: #0260BC;
}
</style>
background-color css
<style>
a { background-color: #0260BC; }
a { background-color: rgb(2,96,188); }
div.DivClassName
{
background-color: #0260BC;
}
.BgClassName
{
background-color: #0260BC;
}
</style>
border-color css
<style>
span { border-color: #0260BC; }
span { border-color: rgb(2,96,188); }
td.TdClassName
{
border-color: #0260BC;
}
.TagClassName
{
border-color: #0260BC;
}
</style>