Shades of Medium Blue #0C05BF
Tints of Medium Blue #0C05BF
RGB
CMYK
RGB Variations
Color information
#0C05BF (or 0x0C05BF) is known color: Medium Blue. HEX triplet: 0C, 05 and BF. RGB value is (12,5,191). Sum of RGB (Red+Green+Blue) = 12+5+191=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 191 (75% from 255 or 91.83% from 208); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C05BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C05BF is #F3FA40. Grayscale: #1B1B1B. Windows color (decimal): -15989313 or 12518668. OLE color: 12518668.
HSL color Cylindrical-coordinate representation of color #0C05BF: hue angle of 242.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C05BF is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 5 | 191 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.25 |
| HSL | 242.26º | 0.95% | 0.38% | - |
| HSV(B) | 242.26º | 0.97% | 0.75% | - |
| XYZ | 9.61 | 3.95 | 49.55 | - |
| YUV | 28.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 191 | 0.94 | 0.97 | 0 | 0.25 | 242.26 | 0.95 | 0.38 |
| Hex | C | 5 | BF | 5E | 61 | 0 | 19 | F2 | 5F | 26 |
| Octal | 14 | 5 | 277 | 136 | 141 | 0 | 31 | 362 | 137 | 46 |
| Binary | 1100 | 101 | 10111111 | 1011110 | 1100001 | 0 | 11001 | 11110010 | 1011111 | 100110 |
Color Harmonies of #0C05BF
Complementary color
Monochromatic Colors of #0C05BF
Black with #0C05BF
Text Example
Text Example
White with #0C05BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C05BF; }
p { color: rgb(12,5,191); }
H1.HeaderClassName
{
color: #0C05BF;
}
.AnyTagClassName
{
color: #0C05BF;
}
</style>
background-color css
<style>
a { background-color: #0C05BF; }
a { background-color: rgb(12,5,191); }
div.DivClassName
{
background-color: #0C05BF;
}
.BgClassName
{
background-color: #0C05BF;
}
</style>
border-color css
<style>
span { border-color: #0C05BF; }
span { border-color: rgb(12,5,191); }
td.TdClassName
{
border-color: #0C05BF;
}
.TagClassName
{
border-color: #0C05BF;
}
</style>