Shades of Navy Blue #0060BD
Tints of Navy Blue #0060BD
RGB
CMYK
RGB Variations
Color information
#0060BD (or 0x0060BD) is known color: Navy Blue. HEX triplet: 00, 60 and BD. RGB value is (0,96,189). Sum of RGB (Red+Green+Blue) = 0+96+189=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #0060BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BD is #FF9F42. Grayscale: #4D4D4D. Windows color (decimal): -16752451 or 12410880. OLE color: 12410880.
HSL color Cylindrical-coordinate representation of color #0060BD: hue angle of 209.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060BD is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 96 | 189 | - |
| CMYK | 1 | 0.49 | 0 | 0.26 |
| HSL | 209.52º | 1% | 0.37% | - |
| HSV(B) | 209.52º | 1% | 0.74% | - |
| XYZ | 13.37 | 12.04 | 49.76 | - |
| YUV | 77.9 | 190.7 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 189 | 1 | 0.49 | 0 | 0.26 | 209.52 | 1 | 0.37 |
| Hex | 0 | 60 | BD | 64 | 31 | 0 | 1A | D2 | 64 | 25 |
| Octal | 0 | 140 | 275 | 144 | 61 | 0 | 32 | 322 | 144 | 45 |
| Binary | 0 | 1100000 | 10111101 | 1100100 | 110001 | 0 | 11010 | 11010010 | 1100100 | 100101 |
Color Harmonies of #0060BD
Complementary color
Monochromatic Colors of #0060BD
Black with #0060BD
Text Example
Text Example
White with #0060BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060BD; }
p { color: rgb(0,96,189); }
H1.HeaderClassName
{
color: #0060BD;
}
.AnyTagClassName
{
color: #0060BD;
}
</style>
background-color css
<style>
a { background-color: #0060BD; }
a { background-color: rgb(0,96,189); }
div.DivClassName
{
background-color: #0060BD;
}
.BgClassName
{
background-color: #0060BD;
}
</style>
border-color css
<style>
span { border-color: #0060BD; }
span { border-color: rgb(0,96,189); }
td.TdClassName
{
border-color: #0060BD;
}
.TagClassName
{
border-color: #0060BD;
}
</style>