Shades of Blue #0A0CF1
Tints of Blue #0A0CF1
RGB
CMYK
RGB Variations
Color information
#0A0CF1 (or 0x0A0CF1) is known color: Blue. HEX triplet: 0A, 0C and F1. RGB value is (10,12,241). Sum of RGB (Red+Green+Blue) = 10+12+241=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 241 (94.53% from 255 or 91.63% from 263); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A0CF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0CF1 is #F5F30E. Grayscale: #242424. Windows color (decimal): -16118543 or 15797258. OLE color: 15797258.
HSL color Cylindrical-coordinate representation of color #0A0CF1: hue angle of 239.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0CF1 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 12 | 241 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.05 |
| HSL | 239.48º | 0.92% | 0.49% | - |
| HSV(B) | 239.48º | 0.96% | 0.95% | - |
| XYZ | 16.13 | 6.68 | 83.66 | - |
| YUV | 37.51 | 242.84 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 241 | 0.96 | 0.95 | 0 | 0.05 | 239.48 | 0.92 | 0.49 |
| Hex | A | C | F1 | 60 | 5F | 0 | 5 | EF | 5C | 31 |
| Octal | 12 | 14 | 361 | 140 | 137 | 0 | 5 | 357 | 134 | 61 |
| Binary | 1010 | 1100 | 11110001 | 1100000 | 1011111 | 0 | 101 | 11101111 | 1011100 | 110001 |
Color Harmonies of #0A0CF1
Complementary color
Monochromatic Colors of #0A0CF1
Black with #0A0CF1
Text Example
Text Example
White with #0A0CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0CF1; }
p { color: rgb(10,12,241); }
H1.HeaderClassName
{
color: #0A0CF1;
}
.AnyTagClassName
{
color: #0A0CF1;
}
</style>
background-color css
<style>
a { background-color: #0A0CF1; }
a { background-color: rgb(10,12,241); }
div.DivClassName
{
background-color: #0A0CF1;
}
.BgClassName
{
background-color: #0A0CF1;
}
</style>
border-color css
<style>
span { border-color: #0A0CF1; }
span { border-color: rgb(10,12,241); }
td.TdClassName
{
border-color: #0A0CF1;
}
.TagClassName
{
border-color: #0A0CF1;
}
</style>