Shades of Medium Blue #0C05BD
Tints of Medium Blue #0C05BD
RGB
CMYK
RGB Variations
Color information
#0C05BD (or 0x0C05BD) is known color: Medium Blue. HEX triplet: 0C, 05 and BD. RGB value is (12,5,189). Sum of RGB (Red+Green+Blue) = 12+5+189=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 189 (74.22% from 255 or 91.75% from 206); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C05BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C05BD is #F3FA42. Grayscale: #1B1B1B. Windows color (decimal): -15989315 or 12387596. OLE color: 12387596.
HSL color Cylindrical-coordinate representation of color #0C05BD: hue angle of 242.28º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C05BD is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 5 | 189 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.26 |
| HSL | 242.28º | 0.95% | 0.38% | - |
| HSV(B) | 242.28º | 0.97% | 0.74% | - |
| XYZ | 9.39 | 3.86 | 48.39 | - |
| YUV | 28.07 | 218.82 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 189 | 0.94 | 0.97 | 0 | 0.26 | 242.28 | 0.95 | 0.38 |
| Hex | C | 5 | BD | 5E | 61 | 0 | 1A | F2 | 5F | 26 |
| Octal | 14 | 5 | 275 | 136 | 141 | 0 | 32 | 362 | 137 | 46 |
| Binary | 1100 | 101 | 10111101 | 1011110 | 1100001 | 0 | 11010 | 11110010 | 1011111 | 100110 |
Color Harmonies of #0C05BD
Complementary color
Monochromatic Colors of #0C05BD
Black with #0C05BD
Text Example
Text Example
White with #0C05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C05BD; }
p { color: rgb(12,5,189); }
H1.HeaderClassName
{
color: #0C05BD;
}
.AnyTagClassName
{
color: #0C05BD;
}
</style>
background-color css
<style>
a { background-color: #0C05BD; }
a { background-color: rgb(12,5,189); }
div.DivClassName
{
background-color: #0C05BD;
}
.BgClassName
{
background-color: #0C05BD;
}
</style>
border-color css
<style>
span { border-color: #0C05BD; }
span { border-color: rgb(12,5,189); }
td.TdClassName
{
border-color: #0C05BD;
}
.TagClassName
{
border-color: #0C05BD;
}
</style>