Shades of Medium Blue #0D0AE2
Tints of Medium Blue #0D0AE2
RGB
CMYK
RGB Variations
Color information
#0D0AE2 (or 0x0D0AE2) is known color: Medium Blue. HEX triplet: 0D, 0A and E2. RGB value is (13,10,226). Sum of RGB (Red+Green+Blue) = 13+10+226=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 226 (88.67% from 255 or 90.76% from 249); Max value from RGB is 226 - color contains mainly: blue. Hex color #0D0AE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0AE2 is #F2F51D. Grayscale: #222222. Windows color (decimal): -15922462 or 14813709. OLE color: 14813709.
HSL color Cylindrical-coordinate representation of color #0D0AE2: hue angle of 240.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0AE2 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 10 | 226 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.11 |
| HSL | 240.83º | 0.92% | 0.46% | - |
| HSV(B) | 240.83º | 0.96% | 0.89% | - |
| XYZ | 14 | 5.79 | 72.33 | - |
| YUV | 35.52 | 235.49 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 226 | 0.94 | 0.96 | 0 | 0.11 | 240.83 | 0.92 | 0.46 |
| Hex | D | A | E2 | 5E | 60 | 0 | B | F1 | 5C | 2E |
| Octal | 15 | 12 | 342 | 136 | 140 | 0 | 13 | 361 | 134 | 56 |
| Binary | 1101 | 1010 | 11100010 | 1011110 | 1100000 | 0 | 1011 | 11110001 | 1011100 | 101110 |
Color Harmonies of #0D0AE2
Complementary color
Monochromatic Colors of #0D0AE2
Black with #0D0AE2
Text Example
Text Example
White with #0D0AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0AE2; }
p { color: rgb(13,10,226); }
H1.HeaderClassName
{
color: #0D0AE2;
}
.AnyTagClassName
{
color: #0D0AE2;
}
</style>
background-color css
<style>
a { background-color: #0D0AE2; }
a { background-color: rgb(13,10,226); }
div.DivClassName
{
background-color: #0D0AE2;
}
.BgClassName
{
background-color: #0D0AE2;
}
</style>
border-color css
<style>
span { border-color: #0D0AE2; }
span { border-color: rgb(13,10,226); }
td.TdClassName
{
border-color: #0D0AE2;
}
.TagClassName
{
border-color: #0D0AE2;
}
</style>