Shades of Medium Blue #0C01BD
Tints of Medium Blue #0C01BD
RGB
CMYK
RGB Variations
Color information
#0C01BD (or 0x0C01BD) is known color: Medium Blue. HEX triplet: 0C, 01 and BD. RGB value is (12,1,189). Sum of RGB (Red+Green+Blue) = 12+1+189=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C01BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C01BD is #F3FE42. Grayscale: #181818. Windows color (decimal): -15990339 or 12386572. OLE color: 12386572.
HSL color Cylindrical-coordinate representation of color #0C01BD: hue angle of 243.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C01BD is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 1 | 189 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.26 |
| HSL | 243.51º | 0.99% | 0.37% | - |
| HSV(B) | 243.51º | 0.99% | 0.74% | - |
| XYZ | 9.35 | 3.77 | 48.38 | - |
| YUV | 25.72 | 220.14 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 189 | 0.94 | 0.99 | 0 | 0.26 | 243.51 | 0.99 | 0.37 |
| Hex | C | 1 | BD | 5E | 63 | 0 | 1A | F4 | 63 | 25 |
| Octal | 14 | 1 | 275 | 136 | 143 | 0 | 32 | 364 | 143 | 45 |
| Binary | 1100 | 1 | 10111101 | 1011110 | 1100011 | 0 | 11010 | 11110100 | 1100011 | 100101 |
Color Harmonies of #0C01BD
Complementary color
Monochromatic Colors of #0C01BD
Black with #0C01BD
Text Example
Text Example
White with #0C01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C01BD; }
p { color: rgb(12,1,189); }
H1.HeaderClassName
{
color: #0C01BD;
}
.AnyTagClassName
{
color: #0C01BD;
}
</style>
background-color css
<style>
a { background-color: #0C01BD; }
a { background-color: rgb(12,1,189); }
div.DivClassName
{
background-color: #0C01BD;
}
.BgClassName
{
background-color: #0C01BD;
}
</style>
border-color css
<style>
span { border-color: #0C01BD; }
span { border-color: rgb(12,1,189); }
td.TdClassName
{
border-color: #0C01BD;
}
.TagClassName
{
border-color: #0C01BD;
}
</style>