Shades of Medium Blue #001BC7
Tints of Medium Blue #001BC7
RGB
CMYK
RGB Variations
Color information
#001BC7 (or 0x001BC7) is known color: Medium Blue. HEX triplet: 00, 1B and C7. RGB value is (0,27,199). Sum of RGB (Red+Green+Blue) = 0+27+199=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 199 (78.12% from 255 or 88.05% from 226); Max value from RGB is 199 - color contains mainly: blue. Hex color #001BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BC7 is #FFE438. Grayscale: #252525. Windows color (decimal): -16770105 or 13048576. OLE color: 13048576.
HSL color Cylindrical-coordinate representation of color #001BC7: hue angle of 231.86º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BC7 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 27 | 199 | - |
| CMYK | 1 | 0.86 | 0 | 0.22 |
| HSL | 231.86º | 1% | 0.39% | - |
| HSV(B) | 231.86º | 1% | 0.78% | - |
| XYZ | 10.7 | 4.91 | 54.42 | - |
| YUV | 38.54 | 218.55 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 199 | 1 | 0.86 | 0 | 0.22 | 231.86 | 1 | 0.39 |
| Hex | 0 | 1B | C7 | 64 | 56 | 0 | 16 | E8 | 64 | 27 |
| Octal | 0 | 33 | 307 | 144 | 126 | 0 | 26 | 350 | 144 | 47 |
| Binary | 0 | 11011 | 11000111 | 1100100 | 1010110 | 0 | 10110 | 11101000 | 1100100 | 100111 |
Color Harmonies of #001BC7
Complementary color
Monochromatic Colors of #001BC7
Black with #001BC7
Text Example
Text Example
White with #001BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BC7; }
p { color: rgb(0,27,199); }
H1.HeaderClassName
{
color: #001BC7;
}
.AnyTagClassName
{
color: #001BC7;
}
</style>
background-color css
<style>
a { background-color: #001BC7; }
a { background-color: rgb(0,27,199); }
div.DivClassName
{
background-color: #001BC7;
}
.BgClassName
{
background-color: #001BC7;
}
</style>
border-color css
<style>
span { border-color: #001BC7; }
span { border-color: rgb(0,27,199); }
td.TdClassName
{
border-color: #001BC7;
}
.TagClassName
{
border-color: #001BC7;
}
</style>