Shades of Medium Blue #0C01BE
Tints of Medium Blue #0C01BE
RGB
CMYK
RGB Variations
Color information
#0C01BE (or 0x0C01BE) is known color: Medium Blue. HEX triplet: 0C, 01 and BE. RGB value is (12,1,190). Sum of RGB (Red+Green+Blue) = 12+1+190=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 190 (74.61% from 255 or 93.60% from 203); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C01BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C01BE is #F3FE41. Grayscale: #191919. Windows color (decimal): -15990338 or 12452108. OLE color: 12452108.
HSL color Cylindrical-coordinate representation of color #0C01BE: hue angle of 243.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C01BE is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 1 | 190 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.25 |
| HSL | 243.49º | 0.99% | 0.37% | - |
| HSV(B) | 243.49º | 0.99% | 0.75% | - |
| XYZ | 9.46 | 3.82 | 48.95 | - |
| YUV | 25.84 | 220.64 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 190 | 0.94 | 0.99 | 0 | 0.25 | 243.49 | 0.99 | 0.37 |
| Hex | C | 1 | BE | 5E | 63 | 0 | 19 | F3 | 63 | 25 |
| Octal | 14 | 1 | 276 | 136 | 143 | 0 | 31 | 363 | 143 | 45 |
| Binary | 1100 | 1 | 10111110 | 1011110 | 1100011 | 0 | 11001 | 11110011 | 1100011 | 100101 |
Color Harmonies of #0C01BE
Complementary color
Monochromatic Colors of #0C01BE
Black with #0C01BE
Text Example
Text Example
White with #0C01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C01BE; }
p { color: rgb(12,1,190); }
H1.HeaderClassName
{
color: #0C01BE;
}
.AnyTagClassName
{
color: #0C01BE;
}
</style>
background-color css
<style>
a { background-color: #0C01BE; }
a { background-color: rgb(12,1,190); }
div.DivClassName
{
background-color: #0C01BE;
}
.BgClassName
{
background-color: #0C01BE;
}
</style>
border-color css
<style>
span { border-color: #0C01BE; }
span { border-color: rgb(12,1,190); }
td.TdClassName
{
border-color: #0C01BE;
}
.TagClassName
{
border-color: #0C01BE;
}
</style>