Shades of Navy Blue #0D65CE
Tints of Navy Blue #0D65CE
RGB
CMYK
RGB Variations
Color information
#0D65CE (or 0x0D65CE) is known color: Navy Blue. HEX triplet: 0D, 65 and CE. RGB value is (13,101,206). Sum of RGB (Red+Green+Blue) = 13+101+206=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D65CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D65CE is #F29A31. Grayscale: #565656. Windows color (decimal): -15899186 or 13526285. OLE color: 13526285.
HSL color Cylindrical-coordinate representation of color #0D65CE: hue angle of 212.64º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D65CE is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 101 | 206 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.19 |
| HSL | 212.64º | 0.88% | 0.43% | - |
| HSV(B) | 212.64º | 0.94% | 0.81% | - |
| XYZ | 15.96 | 13.85 | 60.22 | - |
| YUV | 86.66 | 195.35 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 206 | 0.94 | 0.51 | 0 | 0.19 | 212.64 | 0.88 | 0.43 |
| Hex | D | 65 | CE | 5E | 33 | 0 | 13 | D5 | 58 | 2B |
| Octal | 15 | 145 | 316 | 136 | 63 | 0 | 23 | 325 | 130 | 53 |
| Binary | 1101 | 1100101 | 11001110 | 1011110 | 110011 | 0 | 10011 | 11010101 | 1011000 | 101011 |
Color Harmonies of #0D65CE
Complementary color
Monochromatic Colors of #0D65CE
Black with #0D65CE
Text Example
Text Example
White with #0D65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D65CE; }
p { color: rgb(13,101,206); }
H1.HeaderClassName
{
color: #0D65CE;
}
.AnyTagClassName
{
color: #0D65CE;
}
</style>
background-color css
<style>
a { background-color: #0D65CE; }
a { background-color: rgb(13,101,206); }
div.DivClassName
{
background-color: #0D65CE;
}
.BgClassName
{
background-color: #0D65CE;
}
</style>
border-color css
<style>
span { border-color: #0D65CE; }
span { border-color: rgb(13,101,206); }
td.TdClassName
{
border-color: #0D65CE;
}
.TagClassName
{
border-color: #0D65CE;
}
</style>