Shades of Medium Blue #0C06E1
Tints of Medium Blue #0C06E1
RGB
CMYK
RGB Variations
Color information
#0C06E1 (or 0x0C06E1) is known color: Medium Blue. HEX triplet: 0C, 06 and E1. RGB value is (12,6,225). Sum of RGB (Red+Green+Blue) = 12+6+225=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 225 (88.28% from 255 or 92.59% from 243); Max value from RGB is 225 - color contains mainly: blue. Hex color #0C06E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C06E1 is #F3F91E. Grayscale: #1F1F1F. Windows color (decimal): -15989023 or 14747148. OLE color: 14747148.
HSL color Cylindrical-coordinate representation of color #0C06E1: hue angle of 241.64º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C06E1 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 6 | 225 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.12 |
| HSL | 241.64º | 0.95% | 0.45% | - |
| HSV(B) | 241.64º | 0.97% | 0.88% | - |
| XYZ | 13.81 | 5.64 | 71.6 | - |
| YUV | 32.76 | 236.49 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 225 | 0.95 | 0.97 | 0 | 0.12 | 241.64 | 0.95 | 0.45 |
| Hex | C | 6 | E1 | 5F | 61 | 0 | C | F2 | 5F | 2D |
| Octal | 14 | 6 | 341 | 137 | 141 | 0 | 14 | 362 | 137 | 55 |
| Binary | 1100 | 110 | 11100001 | 1011111 | 1100001 | 0 | 1100 | 11110010 | 1011111 | 101101 |
Color Harmonies of #0C06E1
Complementary color
Monochromatic Colors of #0C06E1
Black with #0C06E1
Text Example
Text Example
White with #0C06E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C06E1; }
p { color: rgb(12,6,225); }
H1.HeaderClassName
{
color: #0C06E1;
}
.AnyTagClassName
{
color: #0C06E1;
}
</style>
background-color css
<style>
a { background-color: #0C06E1; }
a { background-color: rgb(12,6,225); }
div.DivClassName
{
background-color: #0C06E1;
}
.BgClassName
{
background-color: #0C06E1;
}
</style>
border-color css
<style>
span { border-color: #0C06E1; }
span { border-color: rgb(12,6,225); }
td.TdClassName
{
border-color: #0C06E1;
}
.TagClassName
{
border-color: #0C06E1;
}
</style>