Shades of Navy Blue #065FFB
Tints of Navy Blue #065FFB
RGB
CMYK
RGB Variations
Color information
#065FFB (or 0x065FFB) is known color: Navy Blue. HEX triplet: 06, 5F and FB. RGB value is (6,95,251). Sum of RGB (Red+Green+Blue) = 6+95+251=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #065FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FFB is #F9A004. Grayscale: #555555. Windows color (decimal): -16359429 or 16473862. OLE color: 16473862.
HSL color Cylindrical-coordinate representation of color #065FFB: hue angle of 218.2º 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 #065FFB is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 95 | 251 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.02 |
| HSL | 218.2º | 0.97% | 0.5% | - |
| HSV(B) | 218.2º | 0.98% | 0.98% | - |
| XYZ | 21.58 | 15.19 | 93.06 | - |
| YUV | 86.17 | 221.01 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 251 | 0.98 | 0.62 | 0 | 0.02 | 218.2 | 0.97 | 0.5 |
| Hex | 6 | 5F | FB | 62 | 3E | 0 | 2 | DA | 61 | 32 |
| Octal | 6 | 137 | 373 | 142 | 76 | 0 | 2 | 332 | 141 | 62 |
| Binary | 110 | 1011111 | 11111011 | 1100010 | 111110 | 0 | 10 | 11011010 | 1100001 | 110010 |
Color Harmonies of #065FFB
Complementary color
Monochromatic Colors of #065FFB
Black with #065FFB
Text Example
Text Example
White with #065FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FFB; }
p { color: rgb(6,95,251); }
H1.HeaderClassName
{
color: #065FFB;
}
.AnyTagClassName
{
color: #065FFB;
}
</style>
background-color css
<style>
a { background-color: #065FFB; }
a { background-color: rgb(6,95,251); }
div.DivClassName
{
background-color: #065FFB;
}
.BgClassName
{
background-color: #065FFB;
}
</style>
border-color css
<style>
span { border-color: #065FFB; }
span { border-color: rgb(6,95,251); }
td.TdClassName
{
border-color: #065FFB;
}
.TagClassName
{
border-color: #065FFB;
}
</style>