Shades of Medium Blue #001BCF
Tints of Medium Blue #001BCF
RGB
CMYK
RGB Variations
Color information
#001BCF (or 0x001BCF) is known color: Medium Blue. HEX triplet: 00, 1B and CF. RGB value is (0,27,207). Sum of RGB (Red+Green+Blue) = 0+27+207=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 207 (81.25% from 255 or 88.46% from 234); Max value from RGB is 207 - color contains mainly: blue. Hex color #001BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BCF is #FFE430. Grayscale: #262626. Windows color (decimal): -16770097 or 13572864. OLE color: 13572864.
HSL color Cylindrical-coordinate representation of color #001BCF: hue angle of 232.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BCF is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 27 | 207 | - |
| CMYK | 1 | 0.87 | 0 | 0.19 |
| HSL | 232.17º | 1% | 0.41% | - |
| HSV(B) | 232.17º | 1% | 0.81% | - |
| XYZ | 11.65 | 5.29 | 59.44 | - |
| YUV | 39.45 | 222.55 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 207 | 1 | 0.87 | 0 | 0.19 | 232.17 | 1 | 0.41 |
| Hex | 0 | 1B | CF | 64 | 57 | 0 | 13 | E8 | 64 | 29 |
| Octal | 0 | 33 | 317 | 144 | 127 | 0 | 23 | 350 | 144 | 51 |
| Binary | 0 | 11011 | 11001111 | 1100100 | 1010111 | 0 | 10011 | 11101000 | 1100100 | 101001 |
Color Harmonies of #001BCF
Complementary color
Monochromatic Colors of #001BCF
Black with #001BCF
Text Example
Text Example
White with #001BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BCF; }
p { color: rgb(0,27,207); }
H1.HeaderClassName
{
color: #001BCF;
}
.AnyTagClassName
{
color: #001BCF;
}
</style>
background-color css
<style>
a { background-color: #001BCF; }
a { background-color: rgb(0,27,207); }
div.DivClassName
{
background-color: #001BCF;
}
.BgClassName
{
background-color: #001BCF;
}
</style>
border-color css
<style>
span { border-color: #001BCF; }
span { border-color: rgb(0,27,207); }
td.TdClassName
{
border-color: #001BCF;
}
.TagClassName
{
border-color: #001BCF;
}
</style>