Shades of Medium Blue #0117BE
Tints of Medium Blue #0117BE
RGB
CMYK
RGB Variations
Color information
#0117BE (or 0x0117BE) is known color: Medium Blue. HEX triplet: 01, 17 and BE. RGB value is (1,23,190). Sum of RGB (Red+Green+Blue) = 1+23+190=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 190 (74.61% from 255 or 88.79% from 214); Max value from RGB is 190 - color contains mainly: blue. Hex color #0117BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0117BE is #FEE841. Grayscale: #222222. Windows color (decimal): -16705602 or 12457729. OLE color: 12457729.
HSL color Cylindrical-coordinate representation of color #0117BE: hue angle of 233.02º 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 #0117BE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 23 | 190 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.25 |
| HSL | 233.02º | 0.99% | 0.37% | - |
| HSV(B) | 233.02º | 0.99% | 0.75% | - |
| XYZ | 9.61 | 4.34 | 49.05 | - |
| YUV | 35.46 | 215.21 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 190 | 0.99 | 0.88 | 0 | 0.25 | 233.02 | 0.99 | 0.37 |
| Hex | 1 | 17 | BE | 63 | 58 | 0 | 19 | E9 | 63 | 25 |
| Octal | 1 | 27 | 276 | 143 | 130 | 0 | 31 | 351 | 143 | 45 |
| Binary | 1 | 10111 | 10111110 | 1100011 | 1011000 | 0 | 11001 | 11101001 | 1100011 | 100101 |
Color Harmonies of #0117BE
Complementary color
Monochromatic Colors of #0117BE
Black with #0117BE
Text Example
Text Example
White with #0117BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0117BE; }
p { color: rgb(1,23,190); }
H1.HeaderClassName
{
color: #0117BE;
}
.AnyTagClassName
{
color: #0117BE;
}
</style>
background-color css
<style>
a { background-color: #0117BE; }
a { background-color: rgb(1,23,190); }
div.DivClassName
{
background-color: #0117BE;
}
.BgClassName
{
background-color: #0117BE;
}
</style>
border-color css
<style>
span { border-color: #0117BE; }
span { border-color: rgb(1,23,190); }
td.TdClassName
{
border-color: #0117BE;
}
.TagClassName
{
border-color: #0117BE;
}
</style>