Shades of Navy Blue #0060FE
Tints of Navy Blue #0060FE
RGB
CMYK
RGB Variations
Color information
#0060FE (or 0x0060FE) is known color: Navy Blue. HEX triplet: 00, 60 and FE. RGB value is (0,96,254). Sum of RGB (Red+Green+Blue) = 0+96+254=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #0060FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0060FE is #FF9F01. Grayscale: #545454. Windows color (decimal): -16752386 or 16670720. OLE color: 16670720.
HSL color Cylindrical-coordinate representation of color #0060FE: hue angle of 217.32º 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 #0060FE is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 96 | 254 | - |
| CMYK | 1 | 0.62 | 0 | 0.00 |
| HSL | 217.32º | 1% | 0.5% | - |
| HSV(B) | 217.32º | 1% | 1% | - |
| XYZ | 22.07 | 15.52 | 95.6 | - |
| YUV | 85.31 | 223.2 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 254 | 1 | 0.62 | 0 | 0.00 | 217.32 | 1 | 0.5 |
| Hex | 0 | 60 | FE | 64 | 3E | 0 | 0 | D9 | 64 | 32 |
| Octal | 0 | 140 | 376 | 144 | 76 | 0 | 0 | 331 | 144 | 62 |
| Binary | 0 | 1100000 | 11111110 | 1100100 | 111110 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0060FE
Complementary color
Monochromatic Colors of #0060FE
Black with #0060FE
Text Example
Text Example
White with #0060FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060FE; }
p { color: rgb(0,96,254); }
H1.HeaderClassName
{
color: #0060FE;
}
.AnyTagClassName
{
color: #0060FE;
}
</style>
background-color css
<style>
a { background-color: #0060FE; }
a { background-color: rgb(0,96,254); }
div.DivClassName
{
background-color: #0060FE;
}
.BgClassName
{
background-color: #0060FE;
}
</style>
border-color css
<style>
span { border-color: #0060FE; }
span { border-color: rgb(0,96,254); }
td.TdClassName
{
border-color: #0060FE;
}
.TagClassName
{
border-color: #0060FE;
}
</style>