Shades of Medium Blue #0117C5
Tints of Medium Blue #0117C5
RGB
CMYK
RGB Variations
Color information
#0117C5 (or 0x0117C5) is known color: Medium Blue. HEX triplet: 01, 17 and C5. RGB value is (1,23,197). Sum of RGB (Red+Green+Blue) = 1+23+197=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 197 (77.34% from 255 or 89.14% from 221); Max value from RGB is 197 - color contains mainly: blue. Hex color #0117C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0117C5 is #FEE83A. Grayscale: #232323. Windows color (decimal): -16705595 or 12916481. OLE color: 12916481.
HSL color Cylindrical-coordinate representation of color #0117C5: hue angle of 233.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0117C5 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 23 | 197 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.23 |
| HSL | 233.27º | 0.99% | 0.39% | - |
| HSV(B) | 233.27º | 0.99% | 0.77% | - |
| XYZ | 10.4 | 4.65 | 53.17 | - |
| YUV | 36.26 | 218.71 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 197 | 0.99 | 0.88 | 0 | 0.23 | 233.27 | 0.99 | 0.39 |
| Hex | 1 | 17 | C5 | 63 | 58 | 0 | 17 | E9 | 63 | 27 |
| Octal | 1 | 27 | 305 | 143 | 130 | 0 | 27 | 351 | 143 | 47 |
| Binary | 1 | 10111 | 11000101 | 1100011 | 1011000 | 0 | 10111 | 11101001 | 1100011 | 100111 |
Color Harmonies of #0117C5
Complementary color
Monochromatic Colors of #0117C5
Black with #0117C5
Text Example
Text Example
White with #0117C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0117C5; }
p { color: rgb(1,23,197); }
H1.HeaderClassName
{
color: #0117C5;
}
.AnyTagClassName
{
color: #0117C5;
}
</style>
background-color css
<style>
a { background-color: #0117C5; }
a { background-color: rgb(1,23,197); }
div.DivClassName
{
background-color: #0117C5;
}
.BgClassName
{
background-color: #0117C5;
}
</style>
border-color css
<style>
span { border-color: #0117C5; }
span { border-color: rgb(1,23,197); }
td.TdClassName
{
border-color: #0117C5;
}
.TagClassName
{
border-color: #0117C5;
}
</style>