Shades of Blue #0B26FA
Tints of Blue #0B26FA
RGB
CMYK
RGB Variations
Color information
#0B26FA (or 0x0B26FA) is known color: Blue. HEX triplet: 0B, 26 and FA. RGB value is (11,38,250). Sum of RGB (Red+Green+Blue) = 11+38+250=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 250 (98.05% from 255 or 83.61% from 299); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B26FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B26FA is #F4D905. Grayscale: #353535. Windows color (decimal): -16046342 or 16393739. OLE color: 16393739.
HSL color Cylindrical-coordinate representation of color #0B26FA: hue angle of 233.22º 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 #0B26FA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 38 | 250 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.02 |
| HSL | 233.22º | 0.96% | 0.51% | - |
| HSV(B) | 233.22º | 0.96% | 0.98% | - |
| XYZ | 18.09 | 8.36 | 91.1 | - |
| YUV | 54.1 | 238.55 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 250 | 0.96 | 0.85 | 0 | 0.02 | 233.22 | 0.96 | 0.51 |
| Hex | B | 26 | FA | 60 | 55 | 0 | 2 | E9 | 60 | 33 |
| Octal | 13 | 46 | 372 | 140 | 125 | 0 | 2 | 351 | 140 | 63 |
| Binary | 1011 | 100110 | 11111010 | 1100000 | 1010101 | 0 | 10 | 11101001 | 1100000 | 110011 |
Color Harmonies of #0B26FA
Complementary color
Monochromatic Colors of #0B26FA
Black with #0B26FA
Text Example
Text Example
White with #0B26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B26FA; }
p { color: rgb(11,38,250); }
H1.HeaderClassName
{
color: #0B26FA;
}
.AnyTagClassName
{
color: #0B26FA;
}
</style>
background-color css
<style>
a { background-color: #0B26FA; }
a { background-color: rgb(11,38,250); }
div.DivClassName
{
background-color: #0B26FA;
}
.BgClassName
{
background-color: #0B26FA;
}
</style>
border-color css
<style>
span { border-color: #0B26FA; }
span { border-color: rgb(11,38,250); }
td.TdClassName
{
border-color: #0B26FA;
}
.TagClassName
{
border-color: #0B26FA;
}
</style>