Shades of Navy Blue #0D64EB
Tints of Navy Blue #0D64EB
RGB
CMYK
RGB Variations
Color information
#0D64EB (or 0x0D64EB) is known color: Navy Blue. HEX triplet: 0D, 64 and EB. RGB value is (13,100,235). Sum of RGB (Red+Green+Blue) = 13+100+235=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D64EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D64EB is #F29B14. Grayscale: #585858. Windows color (decimal): -15899413 or 15426573. OLE color: 15426573.
HSL color Cylindrical-coordinate representation of color #0D64EB: hue angle of 216.49º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D64EB is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 100 | 235 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.08 |
| HSL | 216.49º | 0.9% | 0.49% | - |
| HSV(B) | 216.49º | 0.94% | 0.92% | - |
| XYZ | 19.72 | 15.2 | 80.49 | - |
| YUV | 89.38 | 210.18 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 235 | 0.94 | 0.57 | 0 | 0.08 | 216.49 | 0.9 | 0.49 |
| Hex | D | 64 | EB | 5E | 39 | 0 | 8 | D8 | 5A | 31 |
| Octal | 15 | 144 | 353 | 136 | 71 | 0 | 10 | 330 | 132 | 61 |
| Binary | 1101 | 1100100 | 11101011 | 1011110 | 111001 | 0 | 1000 | 11011000 | 1011010 | 110001 |
Color Harmonies of #0D64EB
Complementary color
Monochromatic Colors of #0D64EB
Black with #0D64EB
Text Example
Text Example
White with #0D64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D64EB; }
p { color: rgb(13,100,235); }
H1.HeaderClassName
{
color: #0D64EB;
}
.AnyTagClassName
{
color: #0D64EB;
}
</style>
background-color css
<style>
a { background-color: #0D64EB; }
a { background-color: rgb(13,100,235); }
div.DivClassName
{
background-color: #0D64EB;
}
.BgClassName
{
background-color: #0D64EB;
}
</style>
border-color css
<style>
span { border-color: #0D64EB; }
span { border-color: rgb(13,100,235); }
td.TdClassName
{
border-color: #0D64EB;
}
.TagClassName
{
border-color: #0D64EB;
}
</style>