Shades of Navy Blue #0D6CEB
Tints of Navy Blue #0D6CEB
RGB
CMYK
RGB Variations
Color information
#0D6CEB (or 0x0D6CEB) is known color: Navy Blue. HEX triplet: 0D, 6C and EB. RGB value is (13,108,235). Sum of RGB (Red+Green+Blue) = 13+108+235=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D6CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6CEB is #F29314. Grayscale: #5D5D5D. Windows color (decimal): -15897365 or 15428621. OLE color: 15428621.
HSL color Cylindrical-coordinate representation of color #0D6CEB: hue angle of 214.32º 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 #0D6CEB is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 108 | 235 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.08 |
| HSL | 214.32º | 0.9% | 0.49% | - |
| HSV(B) | 214.32º | 0.94% | 0.92% | - |
| XYZ | 20.52 | 16.81 | 80.76 | - |
| YUV | 94.07 | 207.53 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 108 | 235 | 0.94 | 0.54 | 0 | 0.08 | 214.32 | 0.9 | 0.49 |
| Hex | D | 6C | EB | 5E | 36 | 0 | 8 | D6 | 5A | 31 |
| Octal | 15 | 154 | 353 | 136 | 66 | 0 | 10 | 326 | 132 | 61 |
| Binary | 1101 | 1101100 | 11101011 | 1011110 | 110110 | 0 | 1000 | 11010110 | 1011010 | 110001 |
Color Harmonies of #0D6CEB
Complementary color
Monochromatic Colors of #0D6CEB
Black with #0D6CEB
Text Example
Text Example
White with #0D6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6CEB; }
p { color: rgb(13,108,235); }
H1.HeaderClassName
{
color: #0D6CEB;
}
.AnyTagClassName
{
color: #0D6CEB;
}
</style>
background-color css
<style>
a { background-color: #0D6CEB; }
a { background-color: rgb(13,108,235); }
div.DivClassName
{
background-color: #0D6CEB;
}
.BgClassName
{
background-color: #0D6CEB;
}
</style>
border-color css
<style>
span { border-color: #0D6CEB; }
span { border-color: rgb(13,108,235); }
td.TdClassName
{
border-color: #0D6CEB;
}
.TagClassName
{
border-color: #0D6CEB;
}
</style>