Shades of Navy Blue #0660FB
Tints of Navy Blue #0660FB
RGB
CMYK
RGB Variations
Color information
#0660FB (or 0x0660FB) is known color: Navy Blue. HEX triplet: 06, 60 and FB. RGB value is (6,96,251). Sum of RGB (Red+Green+Blue) = 6+96+251=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #0660FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0660FB is #F99F04. Grayscale: #565656. Windows color (decimal): -16359173 or 16474118. OLE color: 16474118.
HSL color Cylindrical-coordinate representation of color #0660FB: hue angle of 217.96º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0660FB is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 96 | 251 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.02 |
| HSL | 217.96º | 0.97% | 0.5% | - |
| HSV(B) | 217.96º | 0.98% | 0.98% | - |
| XYZ | 21.67 | 15.37 | 93.09 | - |
| YUV | 86.76 | 220.68 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 251 | 0.98 | 0.62 | 0 | 0.02 | 217.96 | 0.97 | 0.5 |
| Hex | 6 | 60 | FB | 62 | 3E | 0 | 2 | DA | 61 | 32 |
| Octal | 6 | 140 | 373 | 142 | 76 | 0 | 2 | 332 | 141 | 62 |
| Binary | 110 | 1100000 | 11111011 | 1100010 | 111110 | 0 | 10 | 11011010 | 1100001 | 110010 |
Color Harmonies of #0660FB
Complementary color
Monochromatic Colors of #0660FB
Black with #0660FB
Text Example
Text Example
White with #0660FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0660FB; }
p { color: rgb(6,96,251); }
H1.HeaderClassName
{
color: #0660FB;
}
.AnyTagClassName
{
color: #0660FB;
}
</style>
background-color css
<style>
a { background-color: #0660FB; }
a { background-color: rgb(6,96,251); }
div.DivClassName
{
background-color: #0660FB;
}
.BgClassName
{
background-color: #0660FB;
}
</style>
border-color css
<style>
span { border-color: #0660FB; }
span { border-color: rgb(6,96,251); }
td.TdClassName
{
border-color: #0660FB;
}
.TagClassName
{
border-color: #0660FB;
}
</style>