Shades of Navy Blue #065BDF
Tints of Navy Blue #065BDF
RGB
CMYK
RGB Variations
Color information
#065BDF (or 0x065BDF) is known color: Navy Blue. HEX triplet: 06, 5B and DF. RGB value is (6,91,223). Sum of RGB (Red+Green+Blue) = 6+91+223=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #065BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BDF is #F9A420. Grayscale: #505050. Windows color (decimal): -16360481 or 14637830. OLE color: 14637830.
HSL color Cylindrical-coordinate representation of color #065BDF: hue angle of 216.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065BDF is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 91 | 223 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.13 |
| HSL | 216.5º | 0.95% | 0.45% | - |
| HSV(B) | 216.5º | 0.97% | 0.87% | - |
| XYZ | 17.14 | 12.85 | 71.39 | - |
| YUV | 80.63 | 208.34 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 223 | 0.97 | 0.59 | 0 | 0.13 | 216.5 | 0.95 | 0.45 |
| Hex | 6 | 5B | DF | 61 | 3B | 0 | D | D8 | 5F | 2D |
| Octal | 6 | 133 | 337 | 141 | 73 | 0 | 15 | 330 | 137 | 55 |
| Binary | 110 | 1011011 | 11011111 | 1100001 | 111011 | 0 | 1101 | 11011000 | 1011111 | 101101 |
Color Harmonies of #065BDF
Complementary color
Monochromatic Colors of #065BDF
Black with #065BDF
Text Example
Text Example
White with #065BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BDF; }
p { color: rgb(6,91,223); }
H1.HeaderClassName
{
color: #065BDF;
}
.AnyTagClassName
{
color: #065BDF;
}
</style>
background-color css
<style>
a { background-color: #065BDF; }
a { background-color: rgb(6,91,223); }
div.DivClassName
{
background-color: #065BDF;
}
.BgClassName
{
background-color: #065BDF;
}
</style>
border-color css
<style>
span { border-color: #065BDF; }
span { border-color: rgb(6,91,223); }
td.TdClassName
{
border-color: #065BDF;
}
.TagClassName
{
border-color: #065BDF;
}
</style>