Shades of Navy Blue #0060FF
Tints of Navy Blue #0060FF
RGB
CMYK
RGB Variations
Color information
#0060FF (or 0x0060FF) is known color: Navy Blue. HEX triplet: 00, 60 and FF. RGB value is (0,96,255). Sum of RGB (Red+Green+Blue) = 0+96+255=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #0060FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0060FF is #FF9F00. Grayscale: #545454. Windows color (decimal): -16752385 or 16736256. OLE color: 16736256.
HSL color Cylindrical-coordinate representation of color #0060FF: hue angle of 217.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060FF is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 96 | 255 | - |
| CMYK | 1 | 0.62 | 0 | 0 |
| HSL | 217.41º | 1% | 0.5% | - |
| HSV(B) | 217.41º | 1% | 1% | - |
| XYZ | 22.23 | 15.59 | 96.44 | - |
| YUV | 85.42 | 223.7 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 255 | 1 | 0.62 | 0 | 0 | 217.41 | 1 | 0.5 |
| Hex | 0 | 60 | FF | 64 | 3E | 0 | 0 | D9 | 64 | 32 |
| Octal | 0 | 140 | 377 | 144 | 76 | 0 | 0 | 331 | 144 | 62 |
| Binary | 0 | 1100000 | 11111111 | 1100100 | 111110 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0060FF
Complementary color
Monochromatic Colors of #0060FF
Black with #0060FF
Text Example
Text Example
White with #0060FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060FF; }
p { color: rgb(0,96,255); }
H1.HeaderClassName
{
color: #0060FF;
}
.AnyTagClassName
{
color: #0060FF;
}
</style>
background-color css
<style>
a { background-color: #0060FF; }
a { background-color: rgb(0,96,255); }
div.DivClassName
{
background-color: #0060FF;
}
.BgClassName
{
background-color: #0060FF;
}
</style>
border-color css
<style>
span { border-color: #0060FF; }
span { border-color: rgb(0,96,255); }
td.TdClassName
{
border-color: #0060FF;
}
.TagClassName
{
border-color: #0060FF;
}
</style>