Shades of Medium Blue #001BDD
Tints of Medium Blue #001BDD
RGB
CMYK
RGB Variations
Color information
#001BDD (or 0x001BDD) is known color: Medium Blue. HEX triplet: 00, 1B and DD. RGB value is (0,27,221). Sum of RGB (Red+Green+Blue) = 0+27+221=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 221 (86.72% from 255 or 89.11% from 248); Max value from RGB is 221 - color contains mainly: blue. Hex color #001BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BDD is #FFE422. Grayscale: #282828. Windows color (decimal): -16770083 or 14490368. OLE color: 14490368.
HSL color Cylindrical-coordinate representation of color #001BDD: hue angle of 232.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BDD is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 27 | 221 | - |
| CMYK | 1 | 0.88 | 0 | 0.13 |
| HSL | 232.67º | 1% | 0.43% | - |
| HSV(B) | 232.67º | 1% | 0.87% | - |
| XYZ | 13.44 | 6 | 68.86 | - |
| YUV | 41.04 | 229.55 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 221 | 1 | 0.88 | 0 | 0.13 | 232.67 | 1 | 0.43 |
| Hex | 0 | 1B | DD | 64 | 58 | 0 | D | E9 | 64 | 2B |
| Octal | 0 | 33 | 335 | 144 | 130 | 0 | 15 | 351 | 144 | 53 |
| Binary | 0 | 11011 | 11011101 | 1100100 | 1011000 | 0 | 1101 | 11101001 | 1100100 | 101011 |
Color Harmonies of #001BDD
Complementary color
Monochromatic Colors of #001BDD
Black with #001BDD
Text Example
Text Example
White with #001BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BDD; }
p { color: rgb(0,27,221); }
H1.HeaderClassName
{
color: #001BDD;
}
.AnyTagClassName
{
color: #001BDD;
}
</style>
background-color css
<style>
a { background-color: #001BDD; }
a { background-color: rgb(0,27,221); }
div.DivClassName
{
background-color: #001BDD;
}
.BgClassName
{
background-color: #001BDD;
}
</style>
border-color css
<style>
span { border-color: #001BDD; }
span { border-color: rgb(0,27,221); }
td.TdClassName
{
border-color: #001BDD;
}
.TagClassName
{
border-color: #001BDD;
}
</style>