Shades of Medium Blue #0113CF
Tints of Medium Blue #0113CF
RGB
CMYK
RGB Variations
Color information
#0113CF (or 0x0113CF) is known color: Medium Blue. HEX triplet: 01, 13 and CF. RGB value is (1,19,207). Sum of RGB (Red+Green+Blue) = 1+19+207=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 207 (81.25% from 255 or 91.19% from 227); Max value from RGB is 207 - color contains mainly: blue. Hex color #0113CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0113CF is #FEEC30. Grayscale: #222222. Windows color (decimal): -16706609 or 13570817. OLE color: 13570817.
HSL color Cylindrical-coordinate representation of color #0113CF: hue angle of 234.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0113CF is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 19 | 207 | - |
| CMYK | 1.00 | 0.91 | 0 | 0.19 |
| HSL | 234.76º | 0.99% | 0.41% | - |
| HSV(B) | 234.76º | 1% | 0.81% | - |
| XYZ | 11.51 | 4.98 | 59.39 | - |
| YUV | 35.05 | 225.04 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 207 | 1.00 | 0.91 | 0 | 0.19 | 234.76 | 0.99 | 0.41 |
| Hex | 1 | 13 | CF | 64 | 5B | 0 | 13 | EB | 63 | 29 |
| Octal | 1 | 23 | 317 | 144 | 133 | 0 | 23 | 353 | 143 | 51 |
| Binary | 1 | 10011 | 11001111 | 1100100 | 1011011 | 0 | 10011 | 11101011 | 1100011 | 101001 |
Color Harmonies of #0113CF
Complementary color
Monochromatic Colors of #0113CF
Black with #0113CF
Text Example
Text Example
White with #0113CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0113CF; }
p { color: rgb(1,19,207); }
H1.HeaderClassName
{
color: #0113CF;
}
.AnyTagClassName
{
color: #0113CF;
}
</style>
background-color css
<style>
a { background-color: #0113CF; }
a { background-color: rgb(1,19,207); }
div.DivClassName
{
background-color: #0113CF;
}
.BgClassName
{
background-color: #0113CF;
}
</style>
border-color css
<style>
span { border-color: #0113CF; }
span { border-color: rgb(1,19,207); }
td.TdClassName
{
border-color: #0113CF;
}
.TagClassName
{
border-color: #0113CF;
}
</style>