Shades of Blue #0C0AEB
Tints of Blue #0C0AEB
RGB
CMYK
RGB Variations
Color information
#0C0AEB (or 0x0C0AEB) is known color: Blue. HEX triplet: 0C, 0A and EB. RGB value is (12,10,235). Sum of RGB (Red+Green+Blue) = 12+10+235=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 235 (92.19% from 255 or 91.44% from 257); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C0AEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C0AEB is #F3F514. Grayscale: #232323. Windows color (decimal): -15987989 or 15403532. OLE color: 15403532.
HSL color Cylindrical-coordinate representation of color #0C0AEB: hue angle of 240.53º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0AEB is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 10 | 235 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.08 |
| HSL | 240.53º | 0.92% | 0.48% | - |
| HSV(B) | 240.53º | 0.96% | 0.92% | - |
| XYZ | 15.26 | 6.29 | 79.01 | - |
| YUV | 36.25 | 240.16 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 235 | 0.95 | 0.96 | 0 | 0.08 | 240.53 | 0.92 | 0.48 |
| Hex | C | A | EB | 5F | 60 | 0 | 8 | F1 | 5C | 30 |
| Octal | 14 | 12 | 353 | 137 | 140 | 0 | 10 | 361 | 134 | 60 |
| Binary | 1100 | 1010 | 11101011 | 1011111 | 1100000 | 0 | 1000 | 11110001 | 1011100 | 110000 |
Color Harmonies of #0C0AEB
Complementary color
Monochromatic Colors of #0C0AEB
Black with #0C0AEB
Text Example
Text Example
White with #0C0AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0AEB; }
p { color: rgb(12,10,235); }
H1.HeaderClassName
{
color: #0C0AEB;
}
.AnyTagClassName
{
color: #0C0AEB;
}
</style>
background-color css
<style>
a { background-color: #0C0AEB; }
a { background-color: rgb(12,10,235); }
div.DivClassName
{
background-color: #0C0AEB;
}
.BgClassName
{
background-color: #0C0AEB;
}
</style>
border-color css
<style>
span { border-color: #0C0AEB; }
span { border-color: rgb(12,10,235); }
td.TdClassName
{
border-color: #0C0AEB;
}
.TagClassName
{
border-color: #0C0AEB;
}
</style>