Shades of Medium Blue #0B1ABC
Tints of Medium Blue #0B1ABC
RGB
CMYK
RGB Variations
Color information
#0B1ABC (or 0x0B1ABC) is known color: Medium Blue. HEX triplet: 0B, 1A and BC. RGB value is (11,26,188). Sum of RGB (Red+Green+Blue) = 11+26+188=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B1ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1ABC is #F4E543. Grayscale: #272727. Windows color (decimal): -16049476 or 12327435. OLE color: 12327435.
HSL color Cylindrical-coordinate representation of color #0B1ABC: hue angle of 234.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1ABC is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 26 | 188 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.26 |
| HSL | 234.92º | 0.89% | 0.39% | - |
| HSV(B) | 234.92º | 0.94% | 0.74% | - |
| XYZ | 9.58 | 4.44 | 47.93 | - |
| YUV | 39.98 | 211.53 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 188 | 0.94 | 0.86 | 0 | 0.26 | 234.92 | 0.89 | 0.39 |
| Hex | B | 1A | BC | 5E | 56 | 0 | 1A | EB | 59 | 27 |
| Octal | 13 | 32 | 274 | 136 | 126 | 0 | 32 | 353 | 131 | 47 |
| Binary | 1011 | 11010 | 10111100 | 1011110 | 1010110 | 0 | 11010 | 11101011 | 1011001 | 100111 |
Color Harmonies of #0B1ABC
Complementary color
Monochromatic Colors of #0B1ABC
Black with #0B1ABC
Text Example
Text Example
White with #0B1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1ABC; }
p { color: rgb(11,26,188); }
H1.HeaderClassName
{
color: #0B1ABC;
}
.AnyTagClassName
{
color: #0B1ABC;
}
</style>
background-color css
<style>
a { background-color: #0B1ABC; }
a { background-color: rgb(11,26,188); }
div.DivClassName
{
background-color: #0B1ABC;
}
.BgClassName
{
background-color: #0B1ABC;
}
</style>
border-color css
<style>
span { border-color: #0B1ABC; }
span { border-color: rgb(11,26,188); }
td.TdClassName
{
border-color: #0B1ABC;
}
.TagClassName
{
border-color: #0B1ABC;
}
</style>