Shades of Medium Blue #001BCB
Tints of Medium Blue #001BCB
RGB
CMYK
RGB Variations
Color information
#001BCB (or 0x001BCB) is known color: Medium Blue. HEX triplet: 00, 1B and CB. RGB value is (0,27,203). Sum of RGB (Red+Green+Blue) = 0+27+203=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 203 (79.69% from 255 or 88.26% from 230); Max value from RGB is 203 - color contains mainly: blue. Hex color #001BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BCB is #FFE434. Grayscale: #262626. Windows color (decimal): -16770101 or 13310720. OLE color: 13310720.
HSL color Cylindrical-coordinate representation of color #001BCB: hue angle of 232.02º 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 #001BCB is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 27 | 203 | - |
| CMYK | 1 | 0.87 | 0 | 0.20 |
| HSL | 232.02º | 1% | 0.4% | - |
| HSV(B) | 232.02º | 1% | 0.8% | - |
| XYZ | 11.17 | 5.1 | 56.89 | - |
| YUV | 38.99 | 220.55 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 203 | 1 | 0.87 | 0 | 0.20 | 232.02 | 1 | 0.4 |
| Hex | 0 | 1B | CB | 64 | 57 | 0 | 14 | E8 | 64 | 28 |
| Octal | 0 | 33 | 313 | 144 | 127 | 0 | 24 | 350 | 144 | 50 |
| Binary | 0 | 11011 | 11001011 | 1100100 | 1010111 | 0 | 10100 | 11101000 | 1100100 | 101000 |
Color Harmonies of #001BCB
Complementary color
Monochromatic Colors of #001BCB
Black with #001BCB
Text Example
Text Example
White with #001BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BCB; }
p { color: rgb(0,27,203); }
H1.HeaderClassName
{
color: #001BCB;
}
.AnyTagClassName
{
color: #001BCB;
}
</style>
background-color css
<style>
a { background-color: #001BCB; }
a { background-color: rgb(0,27,203); }
div.DivClassName
{
background-color: #001BCB;
}
.BgClassName
{
background-color: #001BCB;
}
</style>
border-color css
<style>
span { border-color: #001BCB; }
span { border-color: rgb(0,27,203); }
td.TdClassName
{
border-color: #001BCB;
}
.TagClassName
{
border-color: #001BCB;
}
</style>