Shades of Medium Blue #0B1DCD
Tints of Medium Blue #0B1DCD
RGB
CMYK
RGB Variations
Color information
#0B1DCD (or 0x0B1DCD) is known color: Medium Blue. HEX triplet: 0B, 1D and CD. RGB value is (11,29,205). Sum of RGB (Red+Green+Blue) = 11+29+205=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 205 (80.47% from 255 or 83.67% from 245); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B1DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1DCD is #F4E232. Grayscale: #2A2A2A. Windows color (decimal): -16048691 or 13442315. OLE color: 13442315.
HSL color Cylindrical-coordinate representation of color #0B1DCD: hue angle of 234.43º 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 #0B1DCD is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 29 | 205 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.20 |
| HSL | 234.43º | 0.9% | 0.42% | - |
| HSV(B) | 234.43º | 0.95% | 0.8% | - |
| XYZ | 11.6 | 5.36 | 58.18 | - |
| YUV | 43.68 | 219.04 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 205 | 0.95 | 0.86 | 0 | 0.20 | 234.43 | 0.9 | 0.42 |
| Hex | B | 1D | CD | 5F | 56 | 0 | 14 | EA | 5A | 2A |
| Octal | 13 | 35 | 315 | 137 | 126 | 0 | 24 | 352 | 132 | 52 |
| Binary | 1011 | 11101 | 11001101 | 1011111 | 1010110 | 0 | 10100 | 11101010 | 1011010 | 101010 |
Color Harmonies of #0B1DCD
Complementary color
Monochromatic Colors of #0B1DCD
Black with #0B1DCD
Text Example
Text Example
White with #0B1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1DCD; }
p { color: rgb(11,29,205); }
H1.HeaderClassName
{
color: #0B1DCD;
}
.AnyTagClassName
{
color: #0B1DCD;
}
</style>
background-color css
<style>
a { background-color: #0B1DCD; }
a { background-color: rgb(11,29,205); }
div.DivClassName
{
background-color: #0B1DCD;
}
.BgClassName
{
background-color: #0B1DCD;
}
</style>
border-color css
<style>
span { border-color: #0B1DCD; }
span { border-color: rgb(11,29,205); }
td.TdClassName
{
border-color: #0B1DCD;
}
.TagClassName
{
border-color: #0B1DCD;
}
</style>