Shades of Medium Blue #000DCB
Tints of Medium Blue #000DCB
RGB
CMYK
RGB Variations
Color information
#000DCB (or 0x000DCB) is known color: Medium Blue. HEX triplet: 00, 0D and CB. RGB value is (0,13,203). Sum of RGB (Red+Green+Blue) = 0+13+203=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 203 (79.69% from 255 or 93.98% from 216); Max value from RGB is 203 - color contains mainly: blue. Hex color #000DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DCB is #FFF234. Grayscale: #1E1E1E. Windows color (decimal): -16773685 or 13307136. OLE color: 13307136.
HSL color Cylindrical-coordinate representation of color #000DCB: hue angle of 236.16º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DCB is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 13 | 203 | - |
| CMYK | 1 | 0.94 | 0 | 0.20 |
| HSL | 236.16º | 1% | 0.4% | - |
| HSV(B) | 236.16º | 1% | 0.8% | - |
| XYZ | 10.92 | 4.6 | 56.81 | - |
| YUV | 30.77 | 225.19 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 203 | 1 | 0.94 | 0 | 0.20 | 236.16 | 1 | 0.4 |
| Hex | 0 | D | CB | 64 | 5E | 0 | 14 | EC | 64 | 28 |
| Octal | 0 | 15 | 313 | 144 | 136 | 0 | 24 | 354 | 144 | 50 |
| Binary | 0 | 1101 | 11001011 | 1100100 | 1011110 | 0 | 10100 | 11101100 | 1100100 | 101000 |
Color Harmonies of #000DCB
Complementary color
Monochromatic Colors of #000DCB
Black with #000DCB
Text Example
Text Example
White with #000DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DCB; }
p { color: rgb(0,13,203); }
H1.HeaderClassName
{
color: #000DCB;
}
.AnyTagClassName
{
color: #000DCB;
}
</style>
background-color css
<style>
a { background-color: #000DCB; }
a { background-color: rgb(0,13,203); }
div.DivClassName
{
background-color: #000DCB;
}
.BgClassName
{
background-color: #000DCB;
}
</style>
border-color css
<style>
span { border-color: #000DCB; }
span { border-color: rgb(0,13,203); }
td.TdClassName
{
border-color: #000DCB;
}
.TagClassName
{
border-color: #000DCB;
}
</style>