Shades of Medium Blue #0D1ECC
Tints of Medium Blue #0D1ECC
RGB
CMYK
RGB Variations
Color information
#0D1ECC (or 0x0D1ECC) is known color: Medium Blue. HEX triplet: 0D, 1E and CC. RGB value is (13,30,204). Sum of RGB (Red+Green+Blue) = 13+30+204=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D1ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1ECC is #F2E133. Grayscale: #2C2C2C. Windows color (decimal): -15917364 or 13377037. OLE color: 13377037.
HSL color Cylindrical-coordinate representation of color #0D1ECC: hue angle of 234.66º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1ECC is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 30 | 204 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.2 |
| HSL | 234.66º | 0.88% | 0.43% | - |
| HSV(B) | 234.66º | 0.94% | 0.8% | - |
| XYZ | 11.53 | 5.37 | 57.56 | - |
| YUV | 44.75 | 217.87 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 204 | 0.94 | 0.85 | 0 | 0.2 | 234.66 | 0.88 | 0.43 |
| Hex | D | 1E | CC | 5E | 55 | 0 | 14 | EB | 58 | 2B |
| Octal | 15 | 36 | 314 | 136 | 125 | 0 | 24 | 353 | 130 | 53 |
| Binary | 1101 | 11110 | 11001100 | 1011110 | 1010101 | 0 | 10100 | 11101011 | 1011000 | 101011 |
Color Harmonies of #0D1ECC
Complementary color
Monochromatic Colors of #0D1ECC
Black with #0D1ECC
Text Example
Text Example
White with #0D1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1ECC; }
p { color: rgb(13,30,204); }
H1.HeaderClassName
{
color: #0D1ECC;
}
.AnyTagClassName
{
color: #0D1ECC;
}
</style>
background-color css
<style>
a { background-color: #0D1ECC; }
a { background-color: rgb(13,30,204); }
div.DivClassName
{
background-color: #0D1ECC;
}
.BgClassName
{
background-color: #0D1ECC;
}
</style>
border-color css
<style>
span { border-color: #0D1ECC; }
span { border-color: rgb(13,30,204); }
td.TdClassName
{
border-color: #0D1ECC;
}
.TagClassName
{
border-color: #0D1ECC;
}
</style>