Shades of Medium Blue #0313D5
Tints of Medium Blue #0313D5
RGB
CMYK
RGB Variations
Color information
#0313D5 (or 0x0313D5) is known color: Medium Blue. HEX triplet: 03, 13 and D5. RGB value is (3,19,213). Sum of RGB (Red+Green+Blue) = 3+19+213=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 213 (83.59% from 255 or 90.64% from 235); Max value from RGB is 213 - color contains mainly: blue. Hex color #0313D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0313D5 is #FCEC2A. Grayscale: #232323. Windows color (decimal): -16575531 or 13964035. OLE color: 13964035.
HSL color Cylindrical-coordinate representation of color #0313D5: hue angle of 235.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0313D5 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 19 | 213 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.16 |
| HSL | 235.43º | 0.97% | 0.42% | - |
| HSV(B) | 235.43º | 0.99% | 0.84% | - |
| XYZ | 12.28 | 5.29 | 63.32 | - |
| YUV | 36.33 | 227.7 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 213 | 0.99 | 0.91 | 0 | 0.16 | 235.43 | 0.97 | 0.42 |
| Hex | 3 | 13 | D5 | 63 | 5B | 0 | 10 | EB | 61 | 2A |
| Octal | 3 | 23 | 325 | 143 | 133 | 0 | 20 | 353 | 141 | 52 |
| Binary | 11 | 10011 | 11010101 | 1100011 | 1011011 | 0 | 10000 | 11101011 | 1100001 | 101010 |
Color Harmonies of #0313D5
Complementary color
Monochromatic Colors of #0313D5
Black with #0313D5
Text Example
Text Example
White with #0313D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313D5; }
p { color: rgb(3,19,213); }
H1.HeaderClassName
{
color: #0313D5;
}
.AnyTagClassName
{
color: #0313D5;
}
</style>
background-color css
<style>
a { background-color: #0313D5; }
a { background-color: rgb(3,19,213); }
div.DivClassName
{
background-color: #0313D5;
}
.BgClassName
{
background-color: #0313D5;
}
</style>
border-color css
<style>
span { border-color: #0313D5; }
span { border-color: rgb(3,19,213); }
td.TdClassName
{
border-color: #0313D5;
}
.TagClassName
{
border-color: #0313D5;
}
</style>