Shades of Navy Blue #0060BB
Tints of Navy Blue #0060BB
RGB
CMYK
RGB Variations
Color information
#0060BB (or 0x0060BB) is known color: Navy Blue. HEX triplet: 00, 60 and BB. RGB value is (0,96,187). Sum of RGB (Red+Green+Blue) = 0+96+187=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #0060BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BB is #FF9F44. Grayscale: #4D4D4D. Windows color (decimal): -16752453 or 12279808. OLE color: 12279808.
HSL color Cylindrical-coordinate representation of color #0060BB: hue angle of 209.2º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060BB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 96 | 187 | - |
| CMYK | 1 | 0.49 | 0 | 0.27 |
| HSL | 209.2º | 1% | 0.37% | - |
| HSV(B) | 209.2º | 1% | 0.73% | - |
| XYZ | 13.15 | 11.95 | 48.63 | - |
| YUV | 77.67 | 189.7 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 187 | 1 | 0.49 | 0 | 0.27 | 209.2 | 1 | 0.37 |
| Hex | 0 | 60 | BB | 64 | 31 | 0 | 1B | D1 | 64 | 25 |
| Octal | 0 | 140 | 273 | 144 | 61 | 0 | 33 | 321 | 144 | 45 |
| Binary | 0 | 1100000 | 10111011 | 1100100 | 110001 | 0 | 11011 | 11010001 | 1100100 | 100101 |
Color Harmonies of #0060BB
Complementary color
Monochromatic Colors of #0060BB
Black with #0060BB
Text Example
Text Example
White with #0060BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060BB; }
p { color: rgb(0,96,187); }
H1.HeaderClassName
{
color: #0060BB;
}
.AnyTagClassName
{
color: #0060BB;
}
</style>
background-color css
<style>
a { background-color: #0060BB; }
a { background-color: rgb(0,96,187); }
div.DivClassName
{
background-color: #0060BB;
}
.BgClassName
{
background-color: #0060BB;
}
</style>
border-color css
<style>
span { border-color: #0060BB; }
span { border-color: rgb(0,96,187); }
td.TdClassName
{
border-color: #0060BB;
}
.TagClassName
{
border-color: #0060BB;
}
</style>