Shades of Medium Blue #0F18C1
Tints of Medium Blue #0F18C1
RGB
CMYK
RGB Variations
Color information
#0F18C1 (or 0x0F18C1) is known color: Medium Blue. HEX triplet: 0F, 18 and C1. RGB value is (15,24,193). Sum of RGB (Red+Green+Blue) = 15+24+193=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F18C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F18C1 is #F0E73E. Grayscale: #272727. Windows color (decimal): -15787839 or 12654607. OLE color: 12654607.
HSL color Cylindrical-coordinate representation of color #0F18C1: hue angle of 236.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F18C1 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 24 | 193 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.24 |
| HSL | 236.97º | 0.86% | 0.41% | - |
| HSV(B) | 236.97º | 0.92% | 0.76% | - |
| XYZ | 10.15 | 4.61 | 50.81 | - |
| YUV | 40.58 | 214.02 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 193 | 0.92 | 0.88 | 0 | 0.24 | 236.97 | 0.86 | 0.41 |
| Hex | F | 18 | C1 | 5C | 58 | 0 | 18 | ED | 56 | 29 |
| Octal | 17 | 30 | 301 | 134 | 130 | 0 | 30 | 355 | 126 | 51 |
| Binary | 1111 | 11000 | 11000001 | 1011100 | 1011000 | 0 | 11000 | 11101101 | 1010110 | 101001 |
Color Harmonies of #0F18C1
Complementary color
Monochromatic Colors of #0F18C1
Black with #0F18C1
Text Example
Text Example
White with #0F18C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F18C1; }
p { color: rgb(15,24,193); }
H1.HeaderClassName
{
color: #0F18C1;
}
.AnyTagClassName
{
color: #0F18C1;
}
</style>
background-color css
<style>
a { background-color: #0F18C1; }
a { background-color: rgb(15,24,193); }
div.DivClassName
{
background-color: #0F18C1;
}
.BgClassName
{
background-color: #0F18C1;
}
</style>
border-color css
<style>
span { border-color: #0F18C1; }
span { border-color: rgb(15,24,193); }
td.TdClassName
{
border-color: #0F18C1;
}
.TagClassName
{
border-color: #0F18C1;
}
</style>