Shades of Blue #0B1FEA
Tints of Blue #0B1FEA
RGB
CMYK
RGB Variations
Color information
#0B1FEA (or 0x0B1FEA) is known color: Blue. HEX triplet: 0B, 1F and EA. RGB value is (11,31,234). Sum of RGB (Red+Green+Blue) = 11+31+234=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 234 (91.80% from 255 or 84.78% from 276); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B1FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1FEA is #F4E015. Grayscale: #2F2F2F. Windows color (decimal): -16048150 or 15343371. OLE color: 15343371.
HSL color Cylindrical-coordinate representation of color #0B1FEA: hue angle of 234.62º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B1FEA is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 31 | 234 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.08 |
| HSL | 234.62º | 0.91% | 0.48% | - |
| HSV(B) | 234.62º | 0.95% | 0.92% | - |
| XYZ | 15.48 | 6.99 | 78.38 | - |
| YUV | 48.16 | 232.87 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 234 | 0.95 | 0.87 | 0 | 0.08 | 234.62 | 0.91 | 0.48 |
| Hex | B | 1F | EA | 5F | 57 | 0 | 8 | EB | 5B | 30 |
| Octal | 13 | 37 | 352 | 137 | 127 | 0 | 10 | 353 | 133 | 60 |
| Binary | 1011 | 11111 | 11101010 | 1011111 | 1010111 | 0 | 1000 | 11101011 | 1011011 | 110000 |
Color Harmonies of #0B1FEA
Complementary color
Monochromatic Colors of #0B1FEA
Black with #0B1FEA
Text Example
Text Example
White with #0B1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1FEA; }
p { color: rgb(11,31,234); }
H1.HeaderClassName
{
color: #0B1FEA;
}
.AnyTagClassName
{
color: #0B1FEA;
}
</style>
background-color css
<style>
a { background-color: #0B1FEA; }
a { background-color: rgb(11,31,234); }
div.DivClassName
{
background-color: #0B1FEA;
}
.BgClassName
{
background-color: #0B1FEA;
}
</style>
border-color css
<style>
span { border-color: #0B1FEA; }
span { border-color: rgb(11,31,234); }
td.TdClassName
{
border-color: #0B1FEA;
}
.TagClassName
{
border-color: #0B1FEA;
}
</style>