Shades of Blue #0A0CFA
Tints of Blue #0A0CFA
RGB
CMYK
RGB Variations
Color information
#0A0CFA (or 0x0A0CFA) is known color: Blue. HEX triplet: 0A, 0C and FA. RGB value is (10,12,250). Sum of RGB (Red+Green+Blue) = 10+12+250=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 250 (98.05% from 255 or 91.91% from 272); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A0CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0CFA is #F5F305. Grayscale: #252525. Windows color (decimal): -16118534 or 16387082. OLE color: 16387082.
HSL color Cylindrical-coordinate representation of color #0A0CFA: hue angle of 239.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0CFA is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 12 | 250 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.02 |
| HSL | 239.5º | 0.96% | 0.51% | - |
| HSV(B) | 239.5º | 0.96% | 0.98% | - |
| XYZ | 17.51 | 7.23 | 90.91 | - |
| YUV | 38.53 | 247.34 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 250 | 0.96 | 0.95 | 0 | 0.02 | 239.5 | 0.96 | 0.51 |
| Hex | A | C | FA | 60 | 5F | 0 | 2 | F0 | 60 | 33 |
| Octal | 12 | 14 | 372 | 140 | 137 | 0 | 2 | 360 | 140 | 63 |
| Binary | 1010 | 1100 | 11111010 | 1100000 | 1011111 | 0 | 10 | 11110000 | 1100000 | 110011 |
Color Harmonies of #0A0CFA
Complementary color
Monochromatic Colors of #0A0CFA
Black with #0A0CFA
Text Example
Text Example
White with #0A0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0CFA; }
p { color: rgb(10,12,250); }
H1.HeaderClassName
{
color: #0A0CFA;
}
.AnyTagClassName
{
color: #0A0CFA;
}
</style>
background-color css
<style>
a { background-color: #0A0CFA; }
a { background-color: rgb(10,12,250); }
div.DivClassName
{
background-color: #0A0CFA;
}
.BgClassName
{
background-color: #0A0CFA;
}
</style>
border-color css
<style>
span { border-color: #0A0CFA; }
span { border-color: rgb(10,12,250); }
td.TdClassName
{
border-color: #0A0CFA;
}
.TagClassName
{
border-color: #0A0CFA;
}
</style>