Shades of Medium Blue #001BCD
Tints of Medium Blue #001BCD
RGB
CMYK
RGB Variations
Color information
#001BCD (or 0x001BCD) is known color: Medium Blue. HEX triplet: 00, 1B and CD. RGB value is (0,27,205). Sum of RGB (Red+Green+Blue) = 0+27+205=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #001BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BCD is #FFE432. Grayscale: #262626. Windows color (decimal): -16770099 or 13441792. OLE color: 13441792.
HSL color Cylindrical-coordinate representation of color #001BCD: hue angle of 232.1º 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 #001BCD is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 27 | 205 | - |
| CMYK | 1 | 0.87 | 0 | 0.20 |
| HSL | 232.1º | 1% | 0.4% | - |
| HSV(B) | 232.1º | 1% | 0.8% | - |
| XYZ | 11.41 | 5.19 | 58.16 | - |
| YUV | 39.22 | 221.55 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 205 | 1 | 0.87 | 0 | 0.20 | 232.1 | 1 | 0.4 |
| Hex | 0 | 1B | CD | 64 | 57 | 0 | 14 | E8 | 64 | 28 |
| Octal | 0 | 33 | 315 | 144 | 127 | 0 | 24 | 350 | 144 | 50 |
| Binary | 0 | 11011 | 11001101 | 1100100 | 1010111 | 0 | 10100 | 11101000 | 1100100 | 101000 |
Color Harmonies of #001BCD
Complementary color
Monochromatic Colors of #001BCD
Black with #001BCD
Text Example
Text Example
White with #001BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BCD; }
p { color: rgb(0,27,205); }
H1.HeaderClassName
{
color: #001BCD;
}
.AnyTagClassName
{
color: #001BCD;
}
</style>
background-color css
<style>
a { background-color: #001BCD; }
a { background-color: rgb(0,27,205); }
div.DivClassName
{
background-color: #001BCD;
}
.BgClassName
{
background-color: #001BCD;
}
</style>
border-color css
<style>
span { border-color: #001BCD; }
span { border-color: rgb(0,27,205); }
td.TdClassName
{
border-color: #001BCD;
}
.TagClassName
{
border-color: #001BCD;
}
</style>