Shades of Blue #0B1CFA
Tints of Blue #0B1CFA
RGB
CMYK
RGB Variations
Color information
#0B1CFA (or 0x0B1CFA) is known color: Blue. HEX triplet: 0B, 1C and FA. RGB value is (11,28,250). Sum of RGB (Red+Green+Blue) = 11+28+250=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B1CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1CFA is #F4E305. Grayscale: #2F2F2F. Windows color (decimal): -16048902 or 16391179. OLE color: 16391179.
HSL color Cylindrical-coordinate representation of color #0B1CFA: hue angle of 235.73º 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 #0B1CFA is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 28 | 250 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.02 |
| HSL | 235.73º | 0.96% | 0.51% | - |
| HSV(B) | 235.73º | 0.96% | 0.98% | - |
| XYZ | 17.81 | 7.8 | 91.01 | - |
| YUV | 48.23 | 241.87 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 250 | 0.96 | 0.89 | 0 | 0.02 | 235.73 | 0.96 | 0.51 |
| Hex | B | 1C | FA | 60 | 59 | 0 | 2 | EC | 60 | 33 |
| Octal | 13 | 34 | 372 | 140 | 131 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1011 | 11100 | 11111010 | 1100000 | 1011001 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0B1CFA
Complementary color
Monochromatic Colors of #0B1CFA
Black with #0B1CFA
Text Example
Text Example
White with #0B1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1CFA; }
p { color: rgb(11,28,250); }
H1.HeaderClassName
{
color: #0B1CFA;
}
.AnyTagClassName
{
color: #0B1CFA;
}
</style>
background-color css
<style>
a { background-color: #0B1CFA; }
a { background-color: rgb(11,28,250); }
div.DivClassName
{
background-color: #0B1CFA;
}
.BgClassName
{
background-color: #0B1CFA;
}
</style>
border-color css
<style>
span { border-color: #0B1CFA; }
span { border-color: rgb(11,28,250); }
td.TdClassName
{
border-color: #0B1CFA;
}
.TagClassName
{
border-color: #0B1CFA;
}
</style>