Shades of Medium Blue #0313DB
Tints of Medium Blue #0313DB
RGB
CMYK
RGB Variations
Color information
#0313DB (or 0x0313DB) is known color: Medium Blue. HEX triplet: 03, 13 and DB. RGB value is (3,19,219). Sum of RGB (Red+Green+Blue) = 3+19+219=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #0313DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0313DB is #FCEC24. Grayscale: #242424. Windows color (decimal): -16575525 or 14357251. OLE color: 14357251.
HSL color Cylindrical-coordinate representation of color #0313DB: hue angle of 235.56º 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 #0313DB is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 19 | 219 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.14 |
| HSL | 235.56º | 0.97% | 0.44% | - |
| HSV(B) | 235.56º | 0.99% | 0.86% | - |
| XYZ | 13.06 | 5.6 | 67.41 | - |
| YUV | 37.02 | 230.7 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 219 | 0.99 | 0.91 | 0 | 0.14 | 235.56 | 0.97 | 0.44 |
| Hex | 3 | 13 | DB | 63 | 5B | 0 | E | EC | 61 | 2C |
| Octal | 3 | 23 | 333 | 143 | 133 | 0 | 16 | 354 | 141 | 54 |
| Binary | 11 | 10011 | 11011011 | 1100011 | 1011011 | 0 | 1110 | 11101100 | 1100001 | 101100 |
Color Harmonies of #0313DB
Complementary color
Monochromatic Colors of #0313DB
Black with #0313DB
Text Example
Text Example
White with #0313DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313DB; }
p { color: rgb(3,19,219); }
H1.HeaderClassName
{
color: #0313DB;
}
.AnyTagClassName
{
color: #0313DB;
}
</style>
background-color css
<style>
a { background-color: #0313DB; }
a { background-color: rgb(3,19,219); }
div.DivClassName
{
background-color: #0313DB;
}
.BgClassName
{
background-color: #0313DB;
}
</style>
border-color css
<style>
span { border-color: #0313DB; }
span { border-color: rgb(3,19,219); }
td.TdClassName
{
border-color: #0313DB;
}
.TagClassName
{
border-color: #0313DB;
}
</style>