Shades of Navy Blue #0657DF
Tints of Navy Blue #0657DF
RGB
CMYK
RGB Variations
Color information
#0657DF (or 0x0657DF) is known color: Navy Blue. HEX triplet: 06, 57 and DF. RGB value is (6,87,223). Sum of RGB (Red+Green+Blue) = 6+87+223=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #0657DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0657DF is #F9A820. Grayscale: #4D4D4D. Windows color (decimal): -16361505 or 14636806. OLE color: 14636806.
HSL color Cylindrical-coordinate representation of color #0657DF: hue angle of 217.6º 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 #0657DF is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 87 | 223 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.13 |
| HSL | 217.6º | 0.95% | 0.45% | - |
| HSV(B) | 217.6º | 0.97% | 0.87% | - |
| XYZ | 16.8 | 12.18 | 71.28 | - |
| YUV | 78.29 | 209.66 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 223 | 0.97 | 0.61 | 0 | 0.13 | 217.6 | 0.95 | 0.45 |
| Hex | 6 | 57 | DF | 61 | 3D | 0 | D | DA | 5F | 2D |
| Octal | 6 | 127 | 337 | 141 | 75 | 0 | 15 | 332 | 137 | 55 |
| Binary | 110 | 1010111 | 11011111 | 1100001 | 111101 | 0 | 1101 | 11011010 | 1011111 | 101101 |
Color Harmonies of #0657DF
Complementary color
Monochromatic Colors of #0657DF
Black with #0657DF
Text Example
Text Example
White with #0657DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0657DF; }
p { color: rgb(6,87,223); }
H1.HeaderClassName
{
color: #0657DF;
}
.AnyTagClassName
{
color: #0657DF;
}
</style>
background-color css
<style>
a { background-color: #0657DF; }
a { background-color: rgb(6,87,223); }
div.DivClassName
{
background-color: #0657DF;
}
.BgClassName
{
background-color: #0657DF;
}
</style>
border-color css
<style>
span { border-color: #0657DF; }
span { border-color: rgb(6,87,223); }
td.TdClassName
{
border-color: #0657DF;
}
.TagClassName
{
border-color: #0657DF;
}
</style>