Shades of Blue #0D0EEC
Tints of Blue #0D0EEC
RGB
CMYK
RGB Variations
Color information
#0D0EEC (or 0x0D0EEC) is known color: Blue. HEX triplet: 0D, 0E and EC. RGB value is (13,14,236). Sum of RGB (Red+Green+Blue) = 13+14+236=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 236 (92.58% from 255 or 89.73% from 263); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D0EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0EEC is #F2F113. Grayscale: #262626. Windows color (decimal): -15921428 or 15470093. OLE color: 15470093.
HSL color Cylindrical-coordinate representation of color #0D0EEC: hue angle of 239.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0EEC is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 14 | 236 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.07 |
| HSL | 239.73º | 0.9% | 0.49% | - |
| HSV(B) | 239.73º | 0.94% | 0.93% | - |
| XYZ | 15.46 | 6.46 | 79.79 | - |
| YUV | 39.01 | 239.17 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 236 | 0.94 | 0.94 | 0 | 0.07 | 239.73 | 0.9 | 0.49 |
| Hex | D | E | EC | 5E | 5E | 0 | 7 | F0 | 5A | 31 |
| Octal | 15 | 16 | 354 | 136 | 136 | 0 | 7 | 360 | 132 | 61 |
| Binary | 1101 | 1110 | 11101100 | 1011110 | 1011110 | 0 | 111 | 11110000 | 1011010 | 110001 |
Color Harmonies of #0D0EEC
Complementary color
Monochromatic Colors of #0D0EEC
Black with #0D0EEC
Text Example
Text Example
White with #0D0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0EEC; }
p { color: rgb(13,14,236); }
H1.HeaderClassName
{
color: #0D0EEC;
}
.AnyTagClassName
{
color: #0D0EEC;
}
</style>
background-color css
<style>
a { background-color: #0D0EEC; }
a { background-color: rgb(13,14,236); }
div.DivClassName
{
background-color: #0D0EEC;
}
.BgClassName
{
background-color: #0D0EEC;
}
</style>
border-color css
<style>
span { border-color: #0D0EEC; }
span { border-color: rgb(13,14,236); }
td.TdClassName
{
border-color: #0D0EEC;
}
.TagClassName
{
border-color: #0D0EEC;
}
</style>