Shades of Navy Blue #0D65D2
Tints of Navy Blue #0D65D2
RGB
CMYK
RGB Variations
Color information
#0D65D2 (or 0x0D65D2) is known color: Navy Blue. HEX triplet: 0D, 65 and D2. RGB value is (13,101,210). Sum of RGB (Red+Green+Blue) = 13+101+210=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 210 (82.42% from 255 or 64.81% from 324); Max value from RGB is 210 - color contains mainly: blue. Hex color #0D65D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D65D2 is #F29A2D. Grayscale: #565656. Windows color (decimal): -15899182 or 13788429. OLE color: 13788429.
HSL color Cylindrical-coordinate representation of color #0D65D2: hue angle of 213.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D65D2 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 101 | 210 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.18 |
| HSL | 213.2º | 0.88% | 0.44% | - |
| HSV(B) | 213.2º | 0.94% | 0.82% | - |
| XYZ | 16.45 | 14.05 | 62.82 | - |
| YUV | 87.11 | 197.35 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 210 | 0.94 | 0.52 | 0 | 0.18 | 213.2 | 0.88 | 0.44 |
| Hex | D | 65 | D2 | 5E | 34 | 0 | 12 | D5 | 58 | 2C |
| Octal | 15 | 145 | 322 | 136 | 64 | 0 | 22 | 325 | 130 | 54 |
| Binary | 1101 | 1100101 | 11010010 | 1011110 | 110100 | 0 | 10010 | 11010101 | 1011000 | 101100 |
Color Harmonies of #0D65D2
Complementary color
Monochromatic Colors of #0D65D2
Black with #0D65D2
Text Example
Text Example
White with #0D65D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D65D2; }
p { color: rgb(13,101,210); }
H1.HeaderClassName
{
color: #0D65D2;
}
.AnyTagClassName
{
color: #0D65D2;
}
</style>
background-color css
<style>
a { background-color: #0D65D2; }
a { background-color: rgb(13,101,210); }
div.DivClassName
{
background-color: #0D65D2;
}
.BgClassName
{
background-color: #0D65D2;
}
</style>
border-color css
<style>
span { border-color: #0D65D2; }
span { border-color: rgb(13,101,210); }
td.TdClassName
{
border-color: #0D65D2;
}
.TagClassName
{
border-color: #0D65D2;
}
</style>