Shades of Medium Blue #0C04BD
Tints of Medium Blue #0C04BD
RGB
CMYK
RGB Variations
Color information
#0C04BD (or 0x0C04BD) is known color: Medium Blue. HEX triplet: 0C, 04 and BD. RGB value is (12,4,189). Sum of RGB (Red+Green+Blue) = 12+4+189=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 189 (74.22% from 255 or 92.20% from 205); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C04BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C04BD is #F3FB42. Grayscale: #1A1A1A. Windows color (decimal): -15989571 or 12387340. OLE color: 12387340.
HSL color Cylindrical-coordinate representation of color #0C04BD: hue angle of 242.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C04BD is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 4 | 189 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.26 |
| HSL | 242.59º | 0.96% | 0.38% | - |
| HSV(B) | 242.59º | 0.98% | 0.74% | - |
| XYZ | 9.38 | 3.84 | 48.39 | - |
| YUV | 27.48 | 219.15 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 189 | 0.94 | 0.98 | 0 | 0.26 | 242.59 | 0.96 | 0.38 |
| Hex | C | 4 | BD | 5E | 62 | 0 | 1A | F3 | 60 | 26 |
| Octal | 14 | 4 | 275 | 136 | 142 | 0 | 32 | 363 | 140 | 46 |
| Binary | 1100 | 100 | 10111101 | 1011110 | 1100010 | 0 | 11010 | 11110011 | 1100000 | 100110 |
Color Harmonies of #0C04BD
Complementary color
Monochromatic Colors of #0C04BD
Black with #0C04BD
Text Example
Text Example
White with #0C04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C04BD; }
p { color: rgb(12,4,189); }
H1.HeaderClassName
{
color: #0C04BD;
}
.AnyTagClassName
{
color: #0C04BD;
}
</style>
background-color css
<style>
a { background-color: #0C04BD; }
a { background-color: rgb(12,4,189); }
div.DivClassName
{
background-color: #0C04BD;
}
.BgClassName
{
background-color: #0C04BD;
}
</style>
border-color css
<style>
span { border-color: #0C04BD; }
span { border-color: rgb(12,4,189); }
td.TdClassName
{
border-color: #0C04BD;
}
.TagClassName
{
border-color: #0C04BD;
}
</style>