Shades of Navy Blue #0060FA
Tints of Navy Blue #0060FA
RGB
CMYK
RGB Variations
Color information
#0060FA (or 0x0060FA) is known color: Navy Blue. HEX triplet: 00, 60 and FA. RGB value is (0,96,250). Sum of RGB (Red+Green+Blue) = 0+96+250=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #0060FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0060FA is #FF9F05. Grayscale: #545454. Windows color (decimal): -16752390 or 16408576. OLE color: 16408576.
HSL color Cylindrical-coordinate representation of color #0060FA: hue angle of 216.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060FA is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 96 | 250 | - |
| CMYK | 1 | 0.62 | 0 | 0.02 |
| HSL | 216.96º | 1% | 0.49% | - |
| HSV(B) | 216.96º | 1% | 0.98% | - |
| XYZ | 21.44 | 15.27 | 92.26 | - |
| YUV | 84.85 | 221.2 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 250 | 1 | 0.62 | 0 | 0.02 | 216.96 | 1 | 0.49 |
| Hex | 0 | 60 | FA | 64 | 3E | 0 | 2 | D9 | 64 | 31 |
| Octal | 0 | 140 | 372 | 144 | 76 | 0 | 2 | 331 | 144 | 61 |
| Binary | 0 | 1100000 | 11111010 | 1100100 | 111110 | 0 | 10 | 11011001 | 1100100 | 110001 |
Color Harmonies of #0060FA
Complementary color
Monochromatic Colors of #0060FA
Black with #0060FA
Text Example
Text Example
White with #0060FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060FA; }
p { color: rgb(0,96,250); }
H1.HeaderClassName
{
color: #0060FA;
}
.AnyTagClassName
{
color: #0060FA;
}
</style>
background-color css
<style>
a { background-color: #0060FA; }
a { background-color: rgb(0,96,250); }
div.DivClassName
{
background-color: #0060FA;
}
.BgClassName
{
background-color: #0060FA;
}
</style>
border-color css
<style>
span { border-color: #0060FA; }
span { border-color: rgb(0,96,250); }
td.TdClassName
{
border-color: #0060FA;
}
.TagClassName
{
border-color: #0060FA;
}
</style>