Shades of Medium Blue #0B16CD
Tints of Medium Blue #0B16CD
RGB
CMYK
RGB Variations
Color information
#0B16CD (or 0x0B16CD) is known color: Medium Blue. HEX triplet: 0B, 16 and CD. RGB value is (11,22,205). Sum of RGB (Red+Green+Blue) = 11+22+205=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 205 (80.47% from 255 or 86.13% from 238); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B16CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B16CD is #F4E932. Grayscale: #262626. Windows color (decimal): -16050483 or 13440523. OLE color: 13440523.
HSL color Cylindrical-coordinate representation of color #0B16CD: hue angle of 236.6º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B16CD is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 22 | 205 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.20 |
| HSL | 236.6º | 0.9% | 0.42% | - |
| HSV(B) | 236.6º | 0.95% | 0.8% | - |
| XYZ | 11.44 | 5.05 | 58.13 | - |
| YUV | 39.57 | 221.36 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 205 | 0.95 | 0.89 | 0 | 0.20 | 236.6 | 0.9 | 0.42 |
| Hex | B | 16 | CD | 5F | 59 | 0 | 14 | ED | 5A | 2A |
| Octal | 13 | 26 | 315 | 137 | 131 | 0 | 24 | 355 | 132 | 52 |
| Binary | 1011 | 10110 | 11001101 | 1011111 | 1011001 | 0 | 10100 | 11101101 | 1011010 | 101010 |
Color Harmonies of #0B16CD
Complementary color
Monochromatic Colors of #0B16CD
Black with #0B16CD
Text Example
Text Example
White with #0B16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B16CD; }
p { color: rgb(11,22,205); }
H1.HeaderClassName
{
color: #0B16CD;
}
.AnyTagClassName
{
color: #0B16CD;
}
</style>
background-color css
<style>
a { background-color: #0B16CD; }
a { background-color: rgb(11,22,205); }
div.DivClassName
{
background-color: #0B16CD;
}
.BgClassName
{
background-color: #0B16CD;
}
</style>
border-color css
<style>
span { border-color: #0B16CD; }
span { border-color: rgb(11,22,205); }
td.TdClassName
{
border-color: #0B16CD;
}
.TagClassName
{
border-color: #0B16CD;
}
</style>