Shades of Medium Blue #0B14DD
Tints of Medium Blue #0B14DD
RGB
CMYK
RGB Variations
Color information
#0B14DD (or 0x0B14DD) is known color: Medium Blue. HEX triplet: 0B, 14 and DD. RGB value is (11,20,221). Sum of RGB (Red+Green+Blue) = 11+20+221=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B14DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B14DD is #F4EB22. Grayscale: #272727. Windows color (decimal): -16050979 or 14488587. OLE color: 14488587.
HSL color Cylindrical-coordinate representation of color #0B14DD: hue angle of 237.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B14DD is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 20 | 221 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.13 |
| HSL | 237.43º | 0.91% | 0.45% | - |
| HSV(B) | 237.43º | 0.95% | 0.87% | - |
| XYZ | 13.44 | 5.79 | 68.82 | - |
| YUV | 40.22 | 230.02 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 221 | 0.95 | 0.91 | 0 | 0.13 | 237.43 | 0.91 | 0.45 |
| Hex | B | 14 | DD | 5F | 5B | 0 | D | ED | 5B | 2D |
| Octal | 13 | 24 | 335 | 137 | 133 | 0 | 15 | 355 | 133 | 55 |
| Binary | 1011 | 10100 | 11011101 | 1011111 | 1011011 | 0 | 1101 | 11101101 | 1011011 | 101101 |
Color Harmonies of #0B14DD
Complementary color
Monochromatic Colors of #0B14DD
Black with #0B14DD
Text Example
Text Example
White with #0B14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B14DD; }
p { color: rgb(11,20,221); }
H1.HeaderClassName
{
color: #0B14DD;
}
.AnyTagClassName
{
color: #0B14DD;
}
</style>
background-color css
<style>
a { background-color: #0B14DD; }
a { background-color: rgb(11,20,221); }
div.DivClassName
{
background-color: #0B14DD;
}
.BgClassName
{
background-color: #0B14DD;
}
</style>
border-color css
<style>
span { border-color: #0B14DD; }
span { border-color: rgb(11,20,221); }
td.TdClassName
{
border-color: #0B14DD;
}
.TagClassName
{
border-color: #0B14DD;
}
</style>