Shades of Navy Blue #065BFB
Tints of Navy Blue #065BFB
RGB
CMYK
RGB Variations
Color information
#065BFB (or 0x065BFB) is known color: Navy Blue. HEX triplet: 06, 5B and FB. RGB value is (6,91,251). Sum of RGB (Red+Green+Blue) = 6+91+251=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #065BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065BFB is #F9A404. Grayscale: #535353. Windows color (decimal): -16360453 or 16472838. OLE color: 16472838.
HSL color Cylindrical-coordinate representation of color #065BFB: hue angle of 219.18º 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 #065BFB is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 91 | 251 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.02 |
| HSL | 219.18º | 0.97% | 0.5% | - |
| HSV(B) | 219.18º | 0.98% | 0.98% | - |
| XYZ | 21.23 | 14.49 | 92.94 | - |
| YUV | 83.83 | 222.34 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 251 | 0.98 | 0.64 | 0 | 0.02 | 219.18 | 0.97 | 0.5 |
| Hex | 6 | 5B | FB | 62 | 40 | 0 | 2 | DB | 61 | 32 |
| Octal | 6 | 133 | 373 | 142 | 100 | 0 | 2 | 333 | 141 | 62 |
| Binary | 110 | 1011011 | 11111011 | 1100010 | 1000000 | 0 | 10 | 11011011 | 1100001 | 110010 |
Color Harmonies of #065BFB
Complementary color
Monochromatic Colors of #065BFB
Black with #065BFB
Text Example
Text Example
White with #065BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BFB; }
p { color: rgb(6,91,251); }
H1.HeaderClassName
{
color: #065BFB;
}
.AnyTagClassName
{
color: #065BFB;
}
</style>
background-color css
<style>
a { background-color: #065BFB; }
a { background-color: rgb(6,91,251); }
div.DivClassName
{
background-color: #065BFB;
}
.BgClassName
{
background-color: #065BFB;
}
</style>
border-color css
<style>
span { border-color: #065BFB; }
span { border-color: rgb(6,91,251); }
td.TdClassName
{
border-color: #065BFB;
}
.TagClassName
{
border-color: #065BFB;
}
</style>