Shades of Medium Blue #001BD7
Tints of Medium Blue #001BD7
RGB
CMYK
RGB Variations
Color information
#001BD7 (or 0x001BD7) is known color: Medium Blue. HEX triplet: 00, 1B and D7. RGB value is (0,27,215). Sum of RGB (Red+Green+Blue) = 0+27+215=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 215 (84.38% from 255 or 88.84% from 242); Max value from RGB is 215 - color contains mainly: blue. Hex color #001BD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BD7 is #FFE428. Grayscale: #272727. Windows color (decimal): -16770089 or 14097152. OLE color: 14097152.
HSL color Cylindrical-coordinate representation of color #001BD7: hue angle of 232.47º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BD7 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 27 | 215 | - |
| CMYK | 1 | 0.87 | 0 | 0.16 |
| HSL | 232.47º | 1% | 0.42% | - |
| HSV(B) | 232.47º | 1% | 0.84% | - |
| XYZ | 12.66 | 5.69 | 64.72 | - |
| YUV | 40.36 | 226.55 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 215 | 1 | 0.87 | 0 | 0.16 | 232.47 | 1 | 0.42 |
| Hex | 0 | 1B | D7 | 64 | 57 | 0 | 10 | E8 | 64 | 2A |
| Octal | 0 | 33 | 327 | 144 | 127 | 0 | 20 | 350 | 144 | 52 |
| Binary | 0 | 11011 | 11010111 | 1100100 | 1010111 | 0 | 10000 | 11101000 | 1100100 | 101010 |
Color Harmonies of #001BD7
Complementary color
Monochromatic Colors of #001BD7
Black with #001BD7
Text Example
Text Example
White with #001BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BD7; }
p { color: rgb(0,27,215); }
H1.HeaderClassName
{
color: #001BD7;
}
.AnyTagClassName
{
color: #001BD7;
}
</style>
background-color css
<style>
a { background-color: #001BD7; }
a { background-color: rgb(0,27,215); }
div.DivClassName
{
background-color: #001BD7;
}
.BgClassName
{
background-color: #001BD7;
}
</style>
border-color css
<style>
span { border-color: #001BD7; }
span { border-color: rgb(0,27,215); }
td.TdClassName
{
border-color: #001BD7;
}
.TagClassName
{
border-color: #001BD7;
}
</style>