Shades of Medium Blue #0C1ABC
Tints of Medium Blue #0C1ABC
RGB
CMYK
RGB Variations
Color information
#0C1ABC (or 0x0C1ABC) is known color: Medium Blue. HEX triplet: 0C, 1A and BC. RGB value is (12,26,188). Sum of RGB (Red+Green+Blue) = 12+26+188=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C1ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1ABC is #F3E543. Grayscale: #272727. Windows color (decimal): -15983940 or 12327436. OLE color: 12327436.
HSL color Cylindrical-coordinate representation of color #0C1ABC: hue angle of 235.23º 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 #0C1ABC is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 26 | 188 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.26 |
| HSL | 235.23º | 0.88% | 0.39% | - |
| HSV(B) | 235.23º | 0.94% | 0.74% | - |
| XYZ | 9.6 | 4.45 | 47.93 | - |
| YUV | 40.28 | 211.36 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 188 | 0.94 | 0.86 | 0 | 0.26 | 235.23 | 0.88 | 0.39 |
| Hex | C | 1A | BC | 5E | 56 | 0 | 1A | EB | 58 | 27 |
| Octal | 14 | 32 | 274 | 136 | 126 | 0 | 32 | 353 | 130 | 47 |
| Binary | 1100 | 11010 | 10111100 | 1011110 | 1010110 | 0 | 11010 | 11101011 | 1011000 | 100111 |
Color Harmonies of #0C1ABC
Complementary color
Monochromatic Colors of #0C1ABC
Black with #0C1ABC
Text Example
Text Example
White with #0C1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1ABC; }
p { color: rgb(12,26,188); }
H1.HeaderClassName
{
color: #0C1ABC;
}
.AnyTagClassName
{
color: #0C1ABC;
}
</style>
background-color css
<style>
a { background-color: #0C1ABC; }
a { background-color: rgb(12,26,188); }
div.DivClassName
{
background-color: #0C1ABC;
}
.BgClassName
{
background-color: #0C1ABC;
}
</style>
border-color css
<style>
span { border-color: #0C1ABC; }
span { border-color: rgb(12,26,188); }
td.TdClassName
{
border-color: #0C1ABC;
}
.TagClassName
{
border-color: #0C1ABC;
}
</style>