Shades of Blue #0A1BFA
Tints of Blue #0A1BFA
RGB
CMYK
RGB Variations
Color information
#0A1BFA (or 0x0A1BFA) is known color: Blue. HEX triplet: 0A, 1B and FA. RGB value is (10,27,250). Sum of RGB (Red+Green+Blue) = 10+27+250=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 250 (98.05% from 255 or 87.11% from 287); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A1BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1BFA is #F5E405. Grayscale: #2E2E2E. Windows color (decimal): -16114694 or 16390922. OLE color: 16390922.
HSL color Cylindrical-coordinate representation of color #0A1BFA: hue angle of 235.75º 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 #0A1BFA is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 27 | 250 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.02 |
| HSL | 235.75º | 0.96% | 0.51% | - |
| HSV(B) | 235.75º | 0.96% | 0.98% | - |
| XYZ | 17.77 | 7.75 | 91 | - |
| YUV | 47.34 | 242.37 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 250 | 0.96 | 0.89 | 0 | 0.02 | 235.75 | 0.96 | 0.51 |
| Hex | A | 1B | FA | 60 | 59 | 0 | 2 | EC | 60 | 33 |
| Octal | 12 | 33 | 372 | 140 | 131 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1010 | 11011 | 11111010 | 1100000 | 1011001 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0A1BFA
Complementary color
Monochromatic Colors of #0A1BFA
Black with #0A1BFA
Text Example
Text Example
White with #0A1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1BFA; }
p { color: rgb(10,27,250); }
H1.HeaderClassName
{
color: #0A1BFA;
}
.AnyTagClassName
{
color: #0A1BFA;
}
</style>
background-color css
<style>
a { background-color: #0A1BFA; }
a { background-color: rgb(10,27,250); }
div.DivClassName
{
background-color: #0A1BFA;
}
.BgClassName
{
background-color: #0A1BFA;
}
</style>
border-color css
<style>
span { border-color: #0A1BFA; }
span { border-color: rgb(10,27,250); }
td.TdClassName
{
border-color: #0A1BFA;
}
.TagClassName
{
border-color: #0A1BFA;
}
</style>