Shades of Navy Blue #065ED3
Tints of Navy Blue #065ED3
RGB
CMYK
RGB Variations
Color information
#065ED3 (or 0x065ED3) is known color: Navy Blue. HEX triplet: 06, 5E and D3. RGB value is (6,94,211). Sum of RGB (Red+Green+Blue) = 6+94+211=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 211 (82.81% from 255 or 67.85% from 311); Max value from RGB is 211 - color contains mainly: blue. Hex color #065ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ED3 is #F9A12C. Grayscale: #505050. Windows color (decimal): -16359725 or 13852166. OLE color: 13852166.
HSL color Cylindrical-coordinate representation of color #065ED3: hue angle of 214.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ED3 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 94 | 211 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.17 |
| HSL | 214.24º | 0.94% | 0.43% | - |
| HSV(B) | 214.24º | 0.97% | 0.83% | - |
| XYZ | 15.84 | 12.75 | 63.25 | - |
| YUV | 81.03 | 201.35 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 211 | 0.97 | 0.55 | 0 | 0.17 | 214.24 | 0.94 | 0.43 |
| Hex | 6 | 5E | D3 | 61 | 37 | 0 | 11 | D6 | 5E | 2B |
| Octal | 6 | 136 | 323 | 141 | 67 | 0 | 21 | 326 | 136 | 53 |
| Binary | 110 | 1011110 | 11010011 | 1100001 | 110111 | 0 | 10001 | 11010110 | 1011110 | 101011 |
Color Harmonies of #065ED3
Complementary color
Monochromatic Colors of #065ED3
Black with #065ED3
Text Example
Text Example
White with #065ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065ED3; }
p { color: rgb(6,94,211); }
H1.HeaderClassName
{
color: #065ED3;
}
.AnyTagClassName
{
color: #065ED3;
}
</style>
background-color css
<style>
a { background-color: #065ED3; }
a { background-color: rgb(6,94,211); }
div.DivClassName
{
background-color: #065ED3;
}
.BgClassName
{
background-color: #065ED3;
}
</style>
border-color css
<style>
span { border-color: #065ED3; }
span { border-color: rgb(6,94,211); }
td.TdClassName
{
border-color: #065ED3;
}
.TagClassName
{
border-color: #065ED3;
}
</style>