Shades of Medium Blue #0D03CE
Tints of Medium Blue #0D03CE
RGB
CMYK
RGB Variations
Color information
#0D03CE (or 0x0D03CE) is known color: Medium Blue. HEX triplet: 0D, 03 and CE. RGB value is (13,3,206). Sum of RGB (Red+Green+Blue) = 13+3+206=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D03CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D03CE is #F2FC31. Grayscale: #1C1C1C. Windows color (decimal): -15924274 or 13501197. OLE color: 13501197.
HSL color Cylindrical-coordinate representation of color #0D03CE: hue angle of 242.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D03CE is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 3 | 206 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.19 |
| HSL | 242.96º | 0.97% | 0.41% | - |
| HSV(B) | 242.96º | 0.99% | 0.81% | - |
| XYZ | 11.34 | 4.61 | 58.68 | - |
| YUV | 29.13 | 227.81 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 206 | 0.94 | 0.99 | 0 | 0.19 | 242.96 | 0.97 | 0.41 |
| Hex | D | 3 | CE | 5E | 63 | 0 | 13 | F3 | 61 | 29 |
| Octal | 15 | 3 | 316 | 136 | 143 | 0 | 23 | 363 | 141 | 51 |
| Binary | 1101 | 11 | 11001110 | 1011110 | 1100011 | 0 | 10011 | 11110011 | 1100001 | 101001 |
Color Harmonies of #0D03CE
Complementary color
Monochromatic Colors of #0D03CE
Black with #0D03CE
Text Example
Text Example
White with #0D03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D03CE; }
p { color: rgb(13,3,206); }
H1.HeaderClassName
{
color: #0D03CE;
}
.AnyTagClassName
{
color: #0D03CE;
}
</style>
background-color css
<style>
a { background-color: #0D03CE; }
a { background-color: rgb(13,3,206); }
div.DivClassName
{
background-color: #0D03CE;
}
.BgClassName
{
background-color: #0D03CE;
}
</style>
border-color css
<style>
span { border-color: #0D03CE; }
span { border-color: rgb(13,3,206); }
td.TdClassName
{
border-color: #0D03CE;
}
.TagClassName
{
border-color: #0D03CE;
}
</style>