Shades of Blue #0A01F1
Tints of Blue #0A01F1
RGB
CMYK
RGB Variations
Color information
#0A01F1 (or 0x0A01F1) is known color: Blue. HEX triplet: 0A, 01 and F1. RGB value is (10,1,241). Sum of RGB (Red+Green+Blue) = 10+1+241=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 241 (94.53% from 255 or 95.63% from 252); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A01F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A01F1 is #F5FE0E. Grayscale: #1E1E1E. Windows color (decimal): -16121359 or 15794442. OLE color: 15794442.
HSL color Cylindrical-coordinate representation of color #0A01F1: hue angle of 242.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A01F1 is Cyan = 0.96, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 1 | 241 | - |
| CMYK | 0.96 | 1.00 | 0 | 0.05 |
| HSL | 242.25º | 0.99% | 0.47% | - |
| HSV(B) | 242.25º | 1% | 0.95% | - |
| XYZ | 16.01 | 6.44 | 83.62 | - |
| YUV | 31.05 | 246.48 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 241 | 0.96 | 1.00 | 0 | 0.05 | 242.25 | 0.99 | 0.47 |
| Hex | A | 1 | F1 | 60 | 64 | 0 | 5 | F2 | 63 | 2F |
| Octal | 12 | 1 | 361 | 140 | 144 | 0 | 5 | 362 | 143 | 57 |
| Binary | 1010 | 1 | 11110001 | 1100000 | 1100100 | 0 | 101 | 11110010 | 1100011 | 101111 |
Color Harmonies of #0A01F1
Complementary color
Monochromatic Colors of #0A01F1
Black with #0A01F1
Text Example
Text Example
White with #0A01F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A01F1; }
p { color: rgb(10,1,241); }
H1.HeaderClassName
{
color: #0A01F1;
}
.AnyTagClassName
{
color: #0A01F1;
}
</style>
background-color css
<style>
a { background-color: #0A01F1; }
a { background-color: rgb(10,1,241); }
div.DivClassName
{
background-color: #0A01F1;
}
.BgClassName
{
background-color: #0A01F1;
}
</style>
border-color css
<style>
span { border-color: #0A01F1; }
span { border-color: rgb(10,1,241); }
td.TdClassName
{
border-color: #0A01F1;
}
.TagClassName
{
border-color: #0A01F1;
}
</style>