Shades of Medium Blue #0113BE
Tints of Medium Blue #0113BE
RGB
CMYK
RGB Variations
Color information
#0113BE (or 0x0113BE) is known color: Medium Blue. HEX triplet: 01, 13 and BE. RGB value is (1,19,190). Sum of RGB (Red+Green+Blue) = 1+19+190=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 190 (74.61% from 255 or 90.48% from 210); Max value from RGB is 190 - color contains mainly: blue. Hex color #0113BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0113BE is #FEEC41. Grayscale: #202020. Windows color (decimal): -16706626 or 12456705. OLE color: 12456705.
HSL color Cylindrical-coordinate representation of color #0113BE: hue angle of 234.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0113BE is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 19 | 190 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.25 |
| HSL | 234.29º | 0.99% | 0.37% | - |
| HSV(B) | 234.29º | 0.99% | 0.75% | - |
| XYZ | 9.54 | 4.19 | 49.02 | - |
| YUV | 33.11 | 216.54 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 190 | 0.99 | 0.90 | 0 | 0.25 | 234.29 | 0.99 | 0.37 |
| Hex | 1 | 13 | BE | 63 | 5A | 0 | 19 | EA | 63 | 25 |
| Octal | 1 | 23 | 276 | 143 | 132 | 0 | 31 | 352 | 143 | 45 |
| Binary | 1 | 10011 | 10111110 | 1100011 | 1011010 | 0 | 11001 | 11101010 | 1100011 | 100101 |
Color Harmonies of #0113BE
Complementary color
Monochromatic Colors of #0113BE
Black with #0113BE
Text Example
Text Example
White with #0113BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0113BE; }
p { color: rgb(1,19,190); }
H1.HeaderClassName
{
color: #0113BE;
}
.AnyTagClassName
{
color: #0113BE;
}
</style>
background-color css
<style>
a { background-color: #0113BE; }
a { background-color: rgb(1,19,190); }
div.DivClassName
{
background-color: #0113BE;
}
.BgClassName
{
background-color: #0113BE;
}
</style>
border-color css
<style>
span { border-color: #0113BE; }
span { border-color: rgb(1,19,190); }
td.TdClassName
{
border-color: #0113BE;
}
.TagClassName
{
border-color: #0113BE;
}
</style>