Shades of Medium Blue #0B16D4
Tints of Medium Blue #0B16D4
RGB
CMYK
RGB Variations
Color information
#0B16D4 (or 0x0B16D4) is known color: Medium Blue. HEX triplet: 0B, 16 and D4. RGB value is (11,22,212). Sum of RGB (Red+Green+Blue) = 11+22+212=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 212 (83.20% from 255 or 86.53% from 245); Max value from RGB is 212 - color contains mainly: blue. Hex color #0B16D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B16D4 is #F4E92B. Grayscale: #272727. Windows color (decimal): -16050476 or 13899275. OLE color: 13899275.
HSL color Cylindrical-coordinate representation of color #0B16D4: hue angle of 236.72º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B16D4 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 22 | 212 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.17 |
| HSL | 236.72º | 0.9% | 0.44% | - |
| HSV(B) | 236.72º | 0.95% | 0.83% | - |
| XYZ | 12.31 | 5.4 | 62.68 | - |
| YUV | 40.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 212 | 0.95 | 0.90 | 0 | 0.17 | 236.72 | 0.9 | 0.44 |
| Hex | B | 16 | D4 | 5F | 5A | 0 | 11 | ED | 5A | 2C |
| Octal | 13 | 26 | 324 | 137 | 132 | 0 | 21 | 355 | 132 | 54 |
| Binary | 1011 | 10110 | 11010100 | 1011111 | 1011010 | 0 | 10001 | 11101101 | 1011010 | 101100 |
Color Harmonies of #0B16D4
Complementary color
Monochromatic Colors of #0B16D4
Black with #0B16D4
Text Example
Text Example
White with #0B16D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B16D4; }
p { color: rgb(11,22,212); }
H1.HeaderClassName
{
color: #0B16D4;
}
.AnyTagClassName
{
color: #0B16D4;
}
</style>
background-color css
<style>
a { background-color: #0B16D4; }
a { background-color: rgb(11,22,212); }
div.DivClassName
{
background-color: #0B16D4;
}
.BgClassName
{
background-color: #0B16D4;
}
</style>
border-color css
<style>
span { border-color: #0B16D4; }
span { border-color: rgb(11,22,212); }
td.TdClassName
{
border-color: #0B16D4;
}
.TagClassName
{
border-color: #0B16D4;
}
</style>