Shades of Navy Blue #065ECB
Tints of Navy Blue #065ECB
RGB
CMYK
RGB Variations
Color information
#065ECB (or 0x065ECB) is known color: Navy Blue. HEX triplet: 06, 5E and CB. RGB value is (6,94,203). Sum of RGB (Red+Green+Blue) = 6+94+203=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #065ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ECB is #F9A134. Grayscale: #4F4F4F. Windows color (decimal): -16359733 or 13327878. OLE color: 13327878.
HSL color Cylindrical-coordinate representation of color #065ECB: hue angle of 213.2º 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 #065ECB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 94 | 203 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.20 |
| HSL | 213.2º | 0.94% | 0.41% | - |
| HSV(B) | 213.2º | 0.97% | 0.8% | - |
| XYZ | 14.86 | 12.36 | 58.1 | - |
| YUV | 80.11 | 197.35 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 203 | 0.97 | 0.54 | 0 | 0.20 | 213.2 | 0.94 | 0.41 |
| Hex | 6 | 5E | CB | 61 | 36 | 0 | 14 | D5 | 5E | 29 |
| Octal | 6 | 136 | 313 | 141 | 66 | 0 | 24 | 325 | 136 | 51 |
| Binary | 110 | 1011110 | 11001011 | 1100001 | 110110 | 0 | 10100 | 11010101 | 1011110 | 101001 |
Color Harmonies of #065ECB
Complementary color
Monochromatic Colors of #065ECB
Black with #065ECB
Text Example
Text Example
White with #065ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065ECB; }
p { color: rgb(6,94,203); }
H1.HeaderClassName
{
color: #065ECB;
}
.AnyTagClassName
{
color: #065ECB;
}
</style>
background-color css
<style>
a { background-color: #065ECB; }
a { background-color: rgb(6,94,203); }
div.DivClassName
{
background-color: #065ECB;
}
.BgClassName
{
background-color: #065ECB;
}
</style>
border-color css
<style>
span { border-color: #065ECB; }
span { border-color: rgb(6,94,203); }
td.TdClassName
{
border-color: #065ECB;
}
.TagClassName
{
border-color: #065ECB;
}
</style>