Shades of Medium Blue #011BCF
Tints of Medium Blue #011BCF
RGB
CMYK
RGB Variations
Color information
#011BCF (or 0x011BCF) is known color: Medium Blue. HEX triplet: 01, 1B and CF. RGB value is (1,27,207). Sum of RGB (Red+Green+Blue) = 1+27+207=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #011BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BCF is #FEE430. Grayscale: #272727. Windows color (decimal): -16704561 or 13572865. OLE color: 13572865.
HSL color Cylindrical-coordinate representation of color #011BCF: hue angle of 232.43º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011BCF is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 27 | 207 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.19 |
| HSL | 232.43º | 0.99% | 0.41% | - |
| HSV(B) | 232.43º | 1% | 0.81% | - |
| XYZ | 11.67 | 5.3 | 59.44 | - |
| YUV | 39.75 | 222.39 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 207 | 1.00 | 0.87 | 0 | 0.19 | 232.43 | 0.99 | 0.41 |
| Hex | 1 | 1B | CF | 64 | 57 | 0 | 13 | E8 | 63 | 29 |
| Octal | 1 | 33 | 317 | 144 | 127 | 0 | 23 | 350 | 143 | 51 |
| Binary | 1 | 11011 | 11001111 | 1100100 | 1010111 | 0 | 10011 | 11101000 | 1100011 | 101001 |
Color Harmonies of #011BCF
Complementary color
Monochromatic Colors of #011BCF
Black with #011BCF
Text Example
Text Example
White with #011BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BCF; }
p { color: rgb(1,27,207); }
H1.HeaderClassName
{
color: #011BCF;
}
.AnyTagClassName
{
color: #011BCF;
}
</style>
background-color css
<style>
a { background-color: #011BCF; }
a { background-color: rgb(1,27,207); }
div.DivClassName
{
background-color: #011BCF;
}
.BgClassName
{
background-color: #011BCF;
}
</style>
border-color css
<style>
span { border-color: #011BCF; }
span { border-color: rgb(1,27,207); }
td.TdClassName
{
border-color: #011BCF;
}
.TagClassName
{
border-color: #011BCF;
}
</style>