Shades of Medium Blue #0118CF
Tints of Medium Blue #0118CF
RGB
CMYK
RGB Variations
Color information
#0118CF (or 0x0118CF) is known color: Medium Blue. HEX triplet: 01, 18 and CF. RGB value is (1,24,207). Sum of RGB (Red+Green+Blue) = 1+24+207=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 207 (81.25% from 255 or 89.22% from 232); Max value from RGB is 207 - color contains mainly: blue. Hex color #0118CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0118CF is #FEE730. Grayscale: #252525. Windows color (decimal): -16705329 or 13572097. OLE color: 13572097.
HSL color Cylindrical-coordinate representation of color #0118CF: hue angle of 233.3º 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 #0118CF is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 24 | 207 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.19 |
| HSL | 233.3º | 0.99% | 0.41% | - |
| HSV(B) | 233.3º | 1% | 0.81% | - |
| XYZ | 11.6 | 5.16 | 59.42 | - |
| YUV | 37.99 | 223.38 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 207 | 1.00 | 0.88 | 0 | 0.19 | 233.3 | 0.99 | 0.41 |
| Hex | 1 | 18 | CF | 64 | 58 | 0 | 13 | E9 | 63 | 29 |
| Octal | 1 | 30 | 317 | 144 | 130 | 0 | 23 | 351 | 143 | 51 |
| Binary | 1 | 11000 | 11001111 | 1100100 | 1011000 | 0 | 10011 | 11101001 | 1100011 | 101001 |
Color Harmonies of #0118CF
Complementary color
Monochromatic Colors of #0118CF
Black with #0118CF
Text Example
Text Example
White with #0118CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118CF; }
p { color: rgb(1,24,207); }
H1.HeaderClassName
{
color: #0118CF;
}
.AnyTagClassName
{
color: #0118CF;
}
</style>
background-color css
<style>
a { background-color: #0118CF; }
a { background-color: rgb(1,24,207); }
div.DivClassName
{
background-color: #0118CF;
}
.BgClassName
{
background-color: #0118CF;
}
</style>
border-color css
<style>
span { border-color: #0118CF; }
span { border-color: rgb(1,24,207); }
td.TdClassName
{
border-color: #0118CF;
}
.TagClassName
{
border-color: #0118CF;
}
</style>