Shades of Navy Blue #0651DF
Tints of Navy Blue #0651DF
RGB
CMYK
RGB Variations
Color information
#0651DF (or 0x0651DF) is known color: Navy Blue. HEX triplet: 06, 51 and DF. RGB value is (6,81,223). Sum of RGB (Red+Green+Blue) = 6+81+223=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #0651DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651DF is #F9AE20. Grayscale: #4A4A4A. Windows color (decimal): -16363041 or 14635270. OLE color: 14635270.
HSL color Cylindrical-coordinate representation of color #0651DF: hue angle of 219.26º 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 #0651DF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 81 | 223 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.13 |
| HSL | 219.26º | 0.95% | 0.45% | - |
| HSV(B) | 219.26º | 0.97% | 0.87% | - |
| XYZ | 16.34 | 11.25 | 71.12 | - |
| YUV | 74.76 | 211.65 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 223 | 0.97 | 0.64 | 0 | 0.13 | 219.26 | 0.95 | 0.45 |
| Hex | 6 | 51 | DF | 61 | 40 | 0 | D | DB | 5F | 2D |
| Octal | 6 | 121 | 337 | 141 | 100 | 0 | 15 | 333 | 137 | 55 |
| Binary | 110 | 1010001 | 11011111 | 1100001 | 1000000 | 0 | 1101 | 11011011 | 1011111 | 101101 |
Color Harmonies of #0651DF
Complementary color
Monochromatic Colors of #0651DF
Black with #0651DF
Text Example
Text Example
White with #0651DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0651DF; }
p { color: rgb(6,81,223); }
H1.HeaderClassName
{
color: #0651DF;
}
.AnyTagClassName
{
color: #0651DF;
}
</style>
background-color css
<style>
a { background-color: #0651DF; }
a { background-color: rgb(6,81,223); }
div.DivClassName
{
background-color: #0651DF;
}
.BgClassName
{
background-color: #0651DF;
}
</style>
border-color css
<style>
span { border-color: #0651DF; }
span { border-color: rgb(6,81,223); }
td.TdClassName
{
border-color: #0651DF;
}
.TagClassName
{
border-color: #0651DF;
}
</style>