Shades of Medium Blue #0B0ECB
Tints of Medium Blue #0B0ECB
RGB
CMYK
RGB Variations
Color information
#0B0ECB (or 0x0B0ECB) is known color: Medium Blue. HEX triplet: 0B, 0E and CB. RGB value is (11,14,203). Sum of RGB (Red+Green+Blue) = 11+14+203=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 203 (79.69% from 255 or 89.04% from 228); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B0ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0ECB is #F4F134. Grayscale: #212121. Windows color (decimal): -16052533 or 13307403. OLE color: 13307403.
HSL color Cylindrical-coordinate representation of color #0B0ECB: hue angle of 239.06º 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 #0B0ECB is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 14 | 203 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.20 |
| HSL | 239.06º | 0.9% | 0.42% | - |
| HSV(B) | 239.06º | 0.95% | 0.8% | - |
| XYZ | 11.07 | 4.7 | 56.82 | - |
| YUV | 34.65 | 223.01 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 203 | 0.95 | 0.93 | 0 | 0.20 | 239.06 | 0.9 | 0.42 |
| Hex | B | E | CB | 5F | 5D | 0 | 14 | EF | 5A | 2A |
| Octal | 13 | 16 | 313 | 137 | 135 | 0 | 24 | 357 | 132 | 52 |
| Binary | 1011 | 1110 | 11001011 | 1011111 | 1011101 | 0 | 10100 | 11101111 | 1011010 | 101010 |
Color Harmonies of #0B0ECB
Complementary color
Monochromatic Colors of #0B0ECB
Black with #0B0ECB
Text Example
Text Example
White with #0B0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0ECB; }
p { color: rgb(11,14,203); }
H1.HeaderClassName
{
color: #0B0ECB;
}
.AnyTagClassName
{
color: #0B0ECB;
}
</style>
background-color css
<style>
a { background-color: #0B0ECB; }
a { background-color: rgb(11,14,203); }
div.DivClassName
{
background-color: #0B0ECB;
}
.BgClassName
{
background-color: #0B0ECB;
}
</style>
border-color css
<style>
span { border-color: #0B0ECB; }
span { border-color: rgb(11,14,203); }
td.TdClassName
{
border-color: #0B0ECB;
}
.TagClassName
{
border-color: #0B0ECB;
}
</style>