Shades of Medium Blue #0C11BD
Tints of Medium Blue #0C11BD
RGB
CMYK
RGB Variations
Color information
#0C11BD (or 0x0C11BD) is known color: Medium Blue. HEX triplet: 0C, 11 and BD. RGB value is (12,17,189). Sum of RGB (Red+Green+Blue) = 12+17+189=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C11BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C11BD is #F3EE42. Grayscale: #222222. Windows color (decimal): -15986243 or 12390668. OLE color: 12390668.
HSL color Cylindrical-coordinate representation of color #0C11BD: hue angle of 238.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C11BD is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 17 | 189 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.26 |
| HSL | 238.31º | 0.88% | 0.39% | - |
| HSV(B) | 238.31º | 0.94% | 0.74% | - |
| XYZ | 9.54 | 4.15 | 48.44 | - |
| YUV | 35.11 | 214.84 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 189 | 0.94 | 0.91 | 0 | 0.26 | 238.31 | 0.88 | 0.39 |
| Hex | C | 11 | BD | 5E | 5B | 0 | 1A | EE | 58 | 27 |
| Octal | 14 | 21 | 275 | 136 | 133 | 0 | 32 | 356 | 130 | 47 |
| Binary | 1100 | 10001 | 10111101 | 1011110 | 1011011 | 0 | 11010 | 11101110 | 1011000 | 100111 |
Color Harmonies of #0C11BD
Complementary color
Monochromatic Colors of #0C11BD
Black with #0C11BD
Text Example
Text Example
White with #0C11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C11BD; }
p { color: rgb(12,17,189); }
H1.HeaderClassName
{
color: #0C11BD;
}
.AnyTagClassName
{
color: #0C11BD;
}
</style>
background-color css
<style>
a { background-color: #0C11BD; }
a { background-color: rgb(12,17,189); }
div.DivClassName
{
background-color: #0C11BD;
}
.BgClassName
{
background-color: #0C11BD;
}
</style>
border-color css
<style>
span { border-color: #0C11BD; }
span { border-color: rgb(12,17,189); }
td.TdClassName
{
border-color: #0C11BD;
}
.TagClassName
{
border-color: #0C11BD;
}
</style>