Shades of Blue #0B04F1
Tints of Blue #0B04F1
RGB
CMYK
RGB Variations
Color information
#0B04F1 (or 0x0B04F1) is known color: Blue. HEX triplet: 0B, 04 and F1. RGB value is (11,4,241). Sum of RGB (Red+Green+Blue) = 11+4+241=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 241 (94.53% from 255 or 94.14% from 256); Max value from RGB is 241 - color contains mainly: blue. Hex color #0B04F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B04F1 is #F4FB0E. Grayscale: #202020. Windows color (decimal): -16055055 or 15795211. OLE color: 15795211.
HSL color Cylindrical-coordinate representation of color #0B04F1: hue angle of 241.77º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B04F1 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 4 | 241 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.05 |
| HSL | 241.77º | 0.97% | 0.48% | - |
| HSV(B) | 241.77º | 0.98% | 0.95% | - |
| XYZ | 16.06 | 6.51 | 83.63 | - |
| YUV | 33.11 | 245.32 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 241 | 0.95 | 0.98 | 0 | 0.05 | 241.77 | 0.97 | 0.48 |
| Hex | B | 4 | F1 | 5F | 62 | 0 | 5 | F2 | 61 | 30 |
| Octal | 13 | 4 | 361 | 137 | 142 | 0 | 5 | 362 | 141 | 60 |
| Binary | 1011 | 100 | 11110001 | 1011111 | 1100010 | 0 | 101 | 11110010 | 1100001 | 110000 |
Color Harmonies of #0B04F1
Complementary color
Monochromatic Colors of #0B04F1
Black with #0B04F1
Text Example
Text Example
White with #0B04F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B04F1; }
p { color: rgb(11,4,241); }
H1.HeaderClassName
{
color: #0B04F1;
}
.AnyTagClassName
{
color: #0B04F1;
}
</style>
background-color css
<style>
a { background-color: #0B04F1; }
a { background-color: rgb(11,4,241); }
div.DivClassName
{
background-color: #0B04F1;
}
.BgClassName
{
background-color: #0B04F1;
}
</style>
border-color css
<style>
span { border-color: #0B04F1; }
span { border-color: rgb(11,4,241); }
td.TdClassName
{
border-color: #0B04F1;
}
.TagClassName
{
border-color: #0B04F1;
}
</style>