Shades of Medium Blue #0613DF
Tints of Medium Blue #0613DF
RGB
CMYK
RGB Variations
Color information
#0613DF (or 0x0613DF) is known color: Medium Blue. HEX triplet: 06, 13 and DF. RGB value is (6,19,223). Sum of RGB (Red+Green+Blue) = 6+19+223=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 223 (87.5% from 255 or 89.92% from 248); Max value from RGB is 223 - color contains mainly: blue. Hex color #0613DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0613DF is #F9EC20. Grayscale: #252525. Windows color (decimal): -16378913 or 14619398. OLE color: 14619398.
HSL color Cylindrical-coordinate representation of color #0613DF: hue angle of 236.41º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0613DF is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 19 | 223 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.13 |
| HSL | 236.41º | 0.95% | 0.45% | - |
| HSV(B) | 236.41º | 0.97% | 0.87% | - |
| XYZ | 13.63 | 5.83 | 70.22 | - |
| YUV | 38.37 | 232.19 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 223 | 0.97 | 0.91 | 0 | 0.13 | 236.41 | 0.95 | 0.45 |
| Hex | 6 | 13 | DF | 61 | 5B | 0 | D | EC | 5F | 2D |
| Octal | 6 | 23 | 337 | 141 | 133 | 0 | 15 | 354 | 137 | 55 |
| Binary | 110 | 10011 | 11011111 | 1100001 | 1011011 | 0 | 1101 | 11101100 | 1011111 | 101101 |
Color Harmonies of #0613DF
Complementary color
Monochromatic Colors of #0613DF
Black with #0613DF
Text Example
Text Example
White with #0613DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0613DF; }
p { color: rgb(6,19,223); }
H1.HeaderClassName
{
color: #0613DF;
}
.AnyTagClassName
{
color: #0613DF;
}
</style>
background-color css
<style>
a { background-color: #0613DF; }
a { background-color: rgb(6,19,223); }
div.DivClassName
{
background-color: #0613DF;
}
.BgClassName
{
background-color: #0613DF;
}
</style>
border-color css
<style>
span { border-color: #0613DF; }
span { border-color: rgb(6,19,223); }
td.TdClassName
{
border-color: #0613DF;
}
.TagClassName
{
border-color: #0613DF;
}
</style>