Shades of Medium Blue #0B13D7
Tints of Medium Blue #0B13D7
RGB
CMYK
RGB Variations
Color information
#0B13D7 (or 0x0B13D7) is known color: Medium Blue. HEX triplet: 0B, 13 and D7. RGB value is (11,19,215). Sum of RGB (Red+Green+Blue) = 11+19+215=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 215 (84.38% from 255 or 87.76% from 245); Max value from RGB is 215 - color contains mainly: blue. Hex color #0B13D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B13D7 is #F4EC28. Grayscale: #262626. Windows color (decimal): -16051241 or 14095115. OLE color: 14095115.
HSL color Cylindrical-coordinate representation of color #0B13D7: hue angle of 237.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B13D7 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 19 | 215 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.16 |
| HSL | 237.65º | 0.9% | 0.44% | - |
| HSV(B) | 237.65º | 0.95% | 0.84% | - |
| XYZ | 12.64 | 5.44 | 64.67 | - |
| YUV | 38.95 | 227.35 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 215 | 0.95 | 0.91 | 0 | 0.16 | 237.65 | 0.9 | 0.44 |
| Hex | B | 13 | D7 | 5F | 5B | 0 | 10 | EE | 5A | 2C |
| Octal | 13 | 23 | 327 | 137 | 133 | 0 | 20 | 356 | 132 | 54 |
| Binary | 1011 | 10011 | 11010111 | 1011111 | 1011011 | 0 | 10000 | 11101110 | 1011010 | 101100 |
Color Harmonies of #0B13D7
Complementary color
Monochromatic Colors of #0B13D7
Black with #0B13D7
Text Example
Text Example
White with #0B13D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B13D7; }
p { color: rgb(11,19,215); }
H1.HeaderClassName
{
color: #0B13D7;
}
.AnyTagClassName
{
color: #0B13D7;
}
</style>
background-color css
<style>
a { background-color: #0B13D7; }
a { background-color: rgb(11,19,215); }
div.DivClassName
{
background-color: #0B13D7;
}
.BgClassName
{
background-color: #0B13D7;
}
</style>
border-color css
<style>
span { border-color: #0B13D7; }
span { border-color: rgb(11,19,215); }
td.TdClassName
{
border-color: #0B13D7;
}
.TagClassName
{
border-color: #0B13D7;
}
</style>