Shades of Medium Blue #0C0AD4
Tints of Medium Blue #0C0AD4
RGB
CMYK
RGB Variations
Color information
#0C0AD4 (or 0x0C0AD4) is known color: Medium Blue. HEX triplet: 0C, 0A and D4. RGB value is (12,10,212). Sum of RGB (Red+Green+Blue) = 12+10+212=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 212 (83.20% from 255 or 90.60% from 234); Max value from RGB is 212 - color contains mainly: blue. Hex color #0C0AD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0AD4 is #F3F52B. Grayscale: #202020. Windows color (decimal): -15988012 or 13896204. OLE color: 13896204.
HSL color Cylindrical-coordinate representation of color #0C0AD4: hue angle of 240.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0AD4 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 12 | 10 | 212 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.17 |
| HSL | 240.59º | 0.91% | 0.44% | - |
| HSV(B) | 240.59º | 0.95% | 0.83% | - |
| XYZ | 12.14 | 5.05 | 62.62 | - |
| YUV | 33.63 | 228.66 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 212 | 0.94 | 0.95 | 0 | 0.17 | 240.59 | 0.91 | 0.44 |
| Hex | C | A | D4 | 5E | 5F | 0 | 11 | F1 | 5B | 2C |
| Octal | 14 | 12 | 324 | 136 | 137 | 0 | 21 | 361 | 133 | 54 |
| Binary | 1100 | 1010 | 11010100 | 1011110 | 1011111 | 0 | 10001 | 11110001 | 1011011 | 101100 |
Color Harmonies of #0C0AD4
Complementary color
Monochromatic Colors of #0C0AD4
Black with #0C0AD4
Text Example
Text Example
White with #0C0AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0AD4; }
p { color: rgb(12,10,212); }
H1.HeaderClassName
{
color: #0C0AD4;
}
.AnyTagClassName
{
color: #0C0AD4;
}
</style>
background-color css
<style>
a { background-color: #0C0AD4; }
a { background-color: rgb(12,10,212); }
div.DivClassName
{
background-color: #0C0AD4;
}
.BgClassName
{
background-color: #0C0AD4;
}
</style>
border-color css
<style>
span { border-color: #0C0AD4; }
span { border-color: rgb(12,10,212); }
td.TdClassName
{
border-color: #0C0AD4;
}
.TagClassName
{
border-color: #0C0AD4;
}
</style>