Shades of Navy Blue #0659FB
Tints of Navy Blue #0659FB
RGB
CMYK
RGB Variations
Color information
#0659FB (or 0x0659FB) is known color: Navy Blue. HEX triplet: 06, 59 and FB. RGB value is (6,89,251). Sum of RGB (Red+Green+Blue) = 6+89+251=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #0659FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0659FB is #F9A604. Grayscale: #515151. Windows color (decimal): -16360965 or 16472326. OLE color: 16472326.
HSL color Cylindrical-coordinate representation of color #0659FB: hue angle of 219.67º 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 #0659FB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 89 | 251 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.02 |
| HSL | 219.67º | 0.97% | 0.5% | - |
| HSV(B) | 219.67º | 0.98% | 0.98% | - |
| XYZ | 21.06 | 14.15 | 92.89 | - |
| YUV | 82.65 | 223 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 251 | 0.98 | 0.65 | 0 | 0.02 | 219.67 | 0.97 | 0.5 |
| Hex | 6 | 59 | FB | 62 | 41 | 0 | 2 | DC | 61 | 32 |
| Octal | 6 | 131 | 373 | 142 | 101 | 0 | 2 | 334 | 141 | 62 |
| Binary | 110 | 1011001 | 11111011 | 1100010 | 1000001 | 0 | 10 | 11011100 | 1100001 | 110010 |
Color Harmonies of #0659FB
Complementary color
Monochromatic Colors of #0659FB
Black with #0659FB
Text Example
Text Example
White with #0659FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659FB; }
p { color: rgb(6,89,251); }
H1.HeaderClassName
{
color: #0659FB;
}
.AnyTagClassName
{
color: #0659FB;
}
</style>
background-color css
<style>
a { background-color: #0659FB; }
a { background-color: rgb(6,89,251); }
div.DivClassName
{
background-color: #0659FB;
}
.BgClassName
{
background-color: #0659FB;
}
</style>
border-color css
<style>
span { border-color: #0659FB; }
span { border-color: rgb(6,89,251); }
td.TdClassName
{
border-color: #0659FB;
}
.TagClassName
{
border-color: #0659FB;
}
</style>