Shades of Medium Blue #0313DF
Tints of Medium Blue #0313DF
RGB
CMYK
RGB Variations
Color information
#0313DF (or 0x0313DF) is known color: Medium Blue. HEX triplet: 03, 13 and DF. RGB value is (3,19,223). Sum of RGB (Red+Green+Blue) = 3+19+223=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 223 (87.5% from 255 or 91.02% from 245); Max value from RGB is 223 - color contains mainly: blue. Hex color #0313DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0313DF is #FCEC20. Grayscale: #242424. Windows color (decimal): -16575521 or 14619395. OLE color: 14619395.
HSL color Cylindrical-coordinate representation of color #0313DF: hue angle of 235.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0313DF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 19 | 223 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.13 |
| HSL | 235.64º | 0.97% | 0.44% | - |
| HSV(B) | 235.64º | 0.99% | 0.87% | - |
| XYZ | 13.59 | 5.81 | 70.22 | - |
| YUV | 37.47 | 232.7 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 223 | 0.99 | 0.91 | 0 | 0.13 | 235.64 | 0.97 | 0.44 |
| Hex | 3 | 13 | DF | 63 | 5B | 0 | D | EC | 61 | 2C |
| Octal | 3 | 23 | 337 | 143 | 133 | 0 | 15 | 354 | 141 | 54 |
| Binary | 11 | 10011 | 11011111 | 1100011 | 1011011 | 0 | 1101 | 11101100 | 1100001 | 101100 |
Color Harmonies of #0313DF
Complementary color
Monochromatic Colors of #0313DF
Black with #0313DF
Text Example
Text Example
White with #0313DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313DF; }
p { color: rgb(3,19,223); }
H1.HeaderClassName
{
color: #0313DF;
}
.AnyTagClassName
{
color: #0313DF;
}
</style>
background-color css
<style>
a { background-color: #0313DF; }
a { background-color: rgb(3,19,223); }
div.DivClassName
{
background-color: #0313DF;
}
.BgClassName
{
background-color: #0313DF;
}
</style>
border-color css
<style>
span { border-color: #0313DF; }
span { border-color: rgb(3,19,223); }
td.TdClassName
{
border-color: #0313DF;
}
.TagClassName
{
border-color: #0313DF;
}
</style>