Shades of Navy Blue #065DCB
Tints of Navy Blue #065DCB
RGB
CMYK
RGB Variations
Color information
#065DCB (or 0x065DCB) is known color: Navy Blue. HEX triplet: 06, 5D and CB. RGB value is (6,93,203). Sum of RGB (Red+Green+Blue) = 6+93+203=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #065DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DCB is #F9A234. Grayscale: #4F4F4F. Windows color (decimal): -16359989 or 13327622. OLE color: 13327622.
HSL color Cylindrical-coordinate representation of color #065DCB: hue angle of 213.5º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DCB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 93 | 203 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.20 |
| HSL | 213.5º | 0.94% | 0.41% | - |
| HSV(B) | 213.5º | 0.97% | 0.8% | - |
| XYZ | 14.77 | 12.18 | 58.07 | - |
| YUV | 79.53 | 197.68 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 203 | 0.97 | 0.54 | 0 | 0.20 | 213.5 | 0.94 | 0.41 |
| Hex | 6 | 5D | CB | 61 | 36 | 0 | 14 | D6 | 5E | 29 |
| Octal | 6 | 135 | 313 | 141 | 66 | 0 | 24 | 326 | 136 | 51 |
| Binary | 110 | 1011101 | 11001011 | 1100001 | 110110 | 0 | 10100 | 11010110 | 1011110 | 101001 |
Color Harmonies of #065DCB
Complementary color
Monochromatic Colors of #065DCB
Black with #065DCB
Text Example
Text Example
White with #065DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DCB; }
p { color: rgb(6,93,203); }
H1.HeaderClassName
{
color: #065DCB;
}
.AnyTagClassName
{
color: #065DCB;
}
</style>
background-color css
<style>
a { background-color: #065DCB; }
a { background-color: rgb(6,93,203); }
div.DivClassName
{
background-color: #065DCB;
}
.BgClassName
{
background-color: #065DCB;
}
</style>
border-color css
<style>
span { border-color: #065DCB; }
span { border-color: rgb(6,93,203); }
td.TdClassName
{
border-color: #065DCB;
}
.TagClassName
{
border-color: #065DCB;
}
</style>