Shades of Medium Blue #001BCC
Tints of Medium Blue #001BCC
RGB
CMYK
RGB Variations
Color information
#001BCC (or 0x001BCC) is known color: Medium Blue. HEX triplet: 00, 1B and CC. RGB value is (0,27,204). Sum of RGB (Red+Green+Blue) = 0+27+204=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #001BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BCC is #FFE433. Grayscale: #262626. Windows color (decimal): -16770100 or 13376256. OLE color: 13376256.
HSL color Cylindrical-coordinate representation of color #001BCC: hue angle of 232.06º 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 #001BCC is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 27 | 204 | - |
| CMYK | 1 | 0.87 | 0 | 0.2 |
| HSL | 232.06º | 1% | 0.4% | - |
| HSV(B) | 232.06º | 1% | 0.8% | - |
| XYZ | 11.29 | 5.14 | 57.52 | - |
| YUV | 39.11 | 221.05 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 204 | 1 | 0.87 | 0 | 0.2 | 232.06 | 1 | 0.4 |
| Hex | 0 | 1B | CC | 64 | 57 | 0 | 14 | E8 | 64 | 28 |
| Octal | 0 | 33 | 314 | 144 | 127 | 0 | 24 | 350 | 144 | 50 |
| Binary | 0 | 11011 | 11001100 | 1100100 | 1010111 | 0 | 10100 | 11101000 | 1100100 | 101000 |
Color Harmonies of #001BCC
Complementary color
Monochromatic Colors of #001BCC
Black with #001BCC
Text Example
Text Example
White with #001BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BCC; }
p { color: rgb(0,27,204); }
H1.HeaderClassName
{
color: #001BCC;
}
.AnyTagClassName
{
color: #001BCC;
}
</style>
background-color css
<style>
a { background-color: #001BCC; }
a { background-color: rgb(0,27,204); }
div.DivClassName
{
background-color: #001BCC;
}
.BgClassName
{
background-color: #001BCC;
}
</style>
border-color css
<style>
span { border-color: #001BCC; }
span { border-color: rgb(0,27,204); }
td.TdClassName
{
border-color: #001BCC;
}
.TagClassName
{
border-color: #001BCC;
}
</style>