Shades of Blue #0B1AFA
Tints of Blue #0B1AFA
RGB
CMYK
RGB Variations
Color information
#0B1AFA (or 0x0B1AFA) is known color: Blue. HEX triplet: 0B, 1A and FA. RGB value is (11,26,250). Sum of RGB (Red+Green+Blue) = 11+26+250=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 26 (10.55% from 255 or 9.06% 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 #0B1AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1AFA is #F4E505. Grayscale: #2E2E2E. Windows color (decimal): -16049414 or 16390667. OLE color: 16390667.
HSL color Cylindrical-coordinate representation of color #0B1AFA: hue angle of 236.23º 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 #0B1AFA is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 26 | 250 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.02 |
| HSL | 236.23º | 0.96% | 0.51% | - |
| HSV(B) | 236.23º | 0.96% | 0.98% | - |
| XYZ | 17.76 | 7.71 | 90.99 | - |
| YUV | 47.05 | 242.53 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 250 | 0.96 | 0.90 | 0 | 0.02 | 236.23 | 0.96 | 0.51 |
| Hex | B | 1A | FA | 60 | 5A | 0 | 2 | EC | 60 | 33 |
| Octal | 13 | 32 | 372 | 140 | 132 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1011 | 11010 | 11111010 | 1100000 | 1011010 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0B1AFA
Complementary color
Monochromatic Colors of #0B1AFA
Black with #0B1AFA
Text Example
Text Example
White with #0B1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1AFA; }
p { color: rgb(11,26,250); }
H1.HeaderClassName
{
color: #0B1AFA;
}
.AnyTagClassName
{
color: #0B1AFA;
}
</style>
background-color css
<style>
a { background-color: #0B1AFA; }
a { background-color: rgb(11,26,250); }
div.DivClassName
{
background-color: #0B1AFA;
}
.BgClassName
{
background-color: #0B1AFA;
}
</style>
border-color css
<style>
span { border-color: #0B1AFA; }
span { border-color: rgb(11,26,250); }
td.TdClassName
{
border-color: #0B1AFA;
}
.TagClassName
{
border-color: #0B1AFA;
}
</style>