Shades of Navy Blue #065FFC
Tints of Navy Blue #065FFC
RGB
CMYK
RGB Variations
Color information
#065FFC (or 0x065FFC) is known color: Navy Blue. HEX triplet: 06, 5F and FC. RGB value is (6,95,252). Sum of RGB (Red+Green+Blue) = 6+95+252=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #065FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FFC is #F9A003. Grayscale: #555555. Windows color (decimal): -16359428 or 16539398. OLE color: 16539398.
HSL color Cylindrical-coordinate representation of color #065FFC: hue angle of 218.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065FFC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 95 | 252 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.01 |
| HSL | 218.29º | 0.98% | 0.51% | - |
| HSV(B) | 218.29º | 0.98% | 0.99% | - |
| XYZ | 21.74 | 15.25 | 93.89 | - |
| YUV | 86.29 | 221.51 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 252 | 0.98 | 0.62 | 0 | 0.01 | 218.29 | 0.98 | 0.51 |
| Hex | 6 | 5F | FC | 62 | 3E | 0 | 1 | DA | 62 | 33 |
| Octal | 6 | 137 | 374 | 142 | 76 | 0 | 1 | 332 | 142 | 63 |
| Binary | 110 | 1011111 | 11111100 | 1100010 | 111110 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #065FFC
Complementary color
Monochromatic Colors of #065FFC
Black with #065FFC
Text Example
Text Example
White with #065FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FFC; }
p { color: rgb(6,95,252); }
H1.HeaderClassName
{
color: #065FFC;
}
.AnyTagClassName
{
color: #065FFC;
}
</style>
background-color css
<style>
a { background-color: #065FFC; }
a { background-color: rgb(6,95,252); }
div.DivClassName
{
background-color: #065FFC;
}
.BgClassName
{
background-color: #065FFC;
}
</style>
border-color css
<style>
span { border-color: #065FFC; }
span { border-color: rgb(6,95,252); }
td.TdClassName
{
border-color: #065FFC;
}
.TagClassName
{
border-color: #065FFC;
}
</style>