Shades of Medium Blue #0C08E3
Tints of Medium Blue #0C08E3
RGB
CMYK
RGB Variations
Color information
#0C08E3 (or 0x0C08E3) is known color: Medium Blue. HEX triplet: 0C, 08 and E3. RGB value is (12,8,227). Sum of RGB (Red+Green+Blue) = 12+8+227=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 227 (89.06% from 255 or 91.90% from 247); Max value from RGB is 227 - color contains mainly: blue. Hex color #0C08E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C08E3 is #F3F71C. Grayscale: #212121. Windows color (decimal): -15988509 or 14878732. OLE color: 14878732.
HSL color Cylindrical-coordinate representation of color #0C08E3: hue angle of 241.1º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C08E3 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 8 | 227 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.11 |
| HSL | 241.1º | 0.93% | 0.46% | - |
| HSV(B) | 241.1º | 0.96% | 0.89% | - |
| XYZ | 14.1 | 5.8 | 73.05 | - |
| YUV | 34.16 | 236.83 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 227 | 0.95 | 0.96 | 0 | 0.11 | 241.1 | 0.93 | 0.46 |
| Hex | C | 8 | E3 | 5F | 60 | 0 | B | F1 | 5D | 2E |
| Octal | 14 | 10 | 343 | 137 | 140 | 0 | 13 | 361 | 135 | 56 |
| Binary | 1100 | 1000 | 11100011 | 1011111 | 1100000 | 0 | 1011 | 11110001 | 1011101 | 101110 |
Color Harmonies of #0C08E3
Complementary color
Monochromatic Colors of #0C08E3
Black with #0C08E3
Text Example
Text Example
White with #0C08E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C08E3; }
p { color: rgb(12,8,227); }
H1.HeaderClassName
{
color: #0C08E3;
}
.AnyTagClassName
{
color: #0C08E3;
}
</style>
background-color css
<style>
a { background-color: #0C08E3; }
a { background-color: rgb(12,8,227); }
div.DivClassName
{
background-color: #0C08E3;
}
.BgClassName
{
background-color: #0C08E3;
}
</style>
border-color css
<style>
span { border-color: #0C08E3; }
span { border-color: rgb(12,8,227); }
td.TdClassName
{
border-color: #0C08E3;
}
.TagClassName
{
border-color: #0C08E3;
}
</style>