Shades of Blue #0C0AFE
Tints of Blue #0C0AFE
RGB
CMYK
RGB Variations
Color information
#0C0AFE (or 0x0C0AFE) is known color: Blue. HEX triplet: 0C, 0A and FE. RGB value is (12,10,254). Sum of RGB (Red+Green+Blue) = 12+10+254=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 254 (99.61% from 255 or 92.03% from 276); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C0AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C0AFE is #F3F501. Grayscale: #252525. Windows color (decimal): -15987970 or 16648716. OLE color: 16648716.
HSL color Cylindrical-coordinate representation of color #0C0AFE: hue angle of 240.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0AFE is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 10 | 254 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.00 |
| HSL | 240.49º | 0.99% | 0.52% | - |
| HSV(B) | 240.49º | 0.96% | 1% | - |
| XYZ | 18.15 | 7.45 | 94.25 | - |
| YUV | 38.41 | 249.66 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 254 | 0.95 | 0.96 | 0 | 0.00 | 240.49 | 0.99 | 0.52 |
| Hex | C | A | FE | 5F | 60 | 0 | 0 | F0 | 63 | 34 |
| Octal | 14 | 12 | 376 | 137 | 140 | 0 | 0 | 360 | 143 | 64 |
| Binary | 1100 | 1010 | 11111110 | 1011111 | 1100000 | 0 | 0 | 11110000 | 1100011 | 110100 |
Color Harmonies of #0C0AFE
Complementary color
Monochromatic Colors of #0C0AFE
Black with #0C0AFE
Text Example
Text Example
White with #0C0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0AFE; }
p { color: rgb(12,10,254); }
H1.HeaderClassName
{
color: #0C0AFE;
}
.AnyTagClassName
{
color: #0C0AFE;
}
</style>
background-color css
<style>
a { background-color: #0C0AFE; }
a { background-color: rgb(12,10,254); }
div.DivClassName
{
background-color: #0C0AFE;
}
.BgClassName
{
background-color: #0C0AFE;
}
</style>
border-color css
<style>
span { border-color: #0C0AFE; }
span { border-color: rgb(12,10,254); }
td.TdClassName
{
border-color: #0C0AFE;
}
.TagClassName
{
border-color: #0C0AFE;
}
</style>