Shades of Medium Blue #0117BD
Tints of Medium Blue #0117BD
RGB
CMYK
RGB Variations
Color information
#0117BD (or 0x0117BD) is known color: Medium Blue. HEX triplet: 01, 17 and BD. RGB value is (1,23,189). Sum of RGB (Red+Green+Blue) = 1+23+189=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #0117BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0117BD is #FEE842. Grayscale: #222222. Windows color (decimal): -16705603 or 12392193. OLE color: 12392193.
HSL color Cylindrical-coordinate representation of color #0117BD: hue angle of 232.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0117BD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 23 | 189 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.26 |
| HSL | 232.98º | 0.99% | 0.37% | - |
| HSV(B) | 232.98º | 0.99% | 0.74% | - |
| XYZ | 9.5 | 4.29 | 48.47 | - |
| YUV | 35.35 | 214.71 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 189 | 0.99 | 0.88 | 0 | 0.26 | 232.98 | 0.99 | 0.37 |
| Hex | 1 | 17 | BD | 63 | 58 | 0 | 1A | E9 | 63 | 25 |
| Octal | 1 | 27 | 275 | 143 | 130 | 0 | 32 | 351 | 143 | 45 |
| Binary | 1 | 10111 | 10111101 | 1100011 | 1011000 | 0 | 11010 | 11101001 | 1100011 | 100101 |
Color Harmonies of #0117BD
Complementary color
Monochromatic Colors of #0117BD
Black with #0117BD
Text Example
Text Example
White with #0117BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0117BD; }
p { color: rgb(1,23,189); }
H1.HeaderClassName
{
color: #0117BD;
}
.AnyTagClassName
{
color: #0117BD;
}
</style>
background-color css
<style>
a { background-color: #0117BD; }
a { background-color: rgb(1,23,189); }
div.DivClassName
{
background-color: #0117BD;
}
.BgClassName
{
background-color: #0117BD;
}
</style>
border-color css
<style>
span { border-color: #0117BD; }
span { border-color: rgb(1,23,189); }
td.TdClassName
{
border-color: #0117BD;
}
.TagClassName
{
border-color: #0117BD;
}
</style>