Shades of Medium Blue #0313DC
Tints of Medium Blue #0313DC
RGB
CMYK
RGB Variations
Color information
#0313DC (or 0x0313DC) is known color: Medium Blue. HEX triplet: 03, 13 and DC. RGB value is (3,19,220). Sum of RGB (Red+Green+Blue) = 3+19+220=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 220 (86.33% from 255 or 90.91% from 242); Max value from RGB is 220 - color contains mainly: blue. Hex color #0313DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0313DC is #FCEC23. Grayscale: #242424. Windows color (decimal): -16575524 or 14422787. OLE color: 14422787.
HSL color Cylindrical-coordinate representation of color #0313DC: hue angle of 235.58º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0313DC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 19 | 220 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.14 |
| HSL | 235.58º | 0.97% | 0.44% | - |
| HSV(B) | 235.58º | 0.99% | 0.86% | - |
| XYZ | 13.19 | 5.65 | 68.11 | - |
| YUV | 37.13 | 231.2 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 220 | 0.99 | 0.91 | 0 | 0.14 | 235.58 | 0.97 | 0.44 |
| Hex | 3 | 13 | DC | 63 | 5B | 0 | E | EC | 61 | 2C |
| Octal | 3 | 23 | 334 | 143 | 133 | 0 | 16 | 354 | 141 | 54 |
| Binary | 11 | 10011 | 11011100 | 1100011 | 1011011 | 0 | 1110 | 11101100 | 1100001 | 101100 |
Color Harmonies of #0313DC
Complementary color
Monochromatic Colors of #0313DC
Black with #0313DC
Text Example
Text Example
White with #0313DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313DC; }
p { color: rgb(3,19,220); }
H1.HeaderClassName
{
color: #0313DC;
}
.AnyTagClassName
{
color: #0313DC;
}
</style>
background-color css
<style>
a { background-color: #0313DC; }
a { background-color: rgb(3,19,220); }
div.DivClassName
{
background-color: #0313DC;
}
.BgClassName
{
background-color: #0313DC;
}
</style>
border-color css
<style>
span { border-color: #0313DC; }
span { border-color: rgb(3,19,220); }
td.TdClassName
{
border-color: #0313DC;
}
.TagClassName
{
border-color: #0313DC;
}
</style>