Shades of Medium Blue #071BCE
Tints of Medium Blue #071BCE
RGB
CMYK
RGB Variations
Color information
#071BCE (or 0x071BCE) is known color: Medium Blue. HEX triplet: 07, 1B and CE. RGB value is (7,27,206). Sum of RGB (Red+Green+Blue) = 7+27+206=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #071BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071BCE is #F8E431. Grayscale: #282828. Windows color (decimal): -16311346 or 13507335. OLE color: 13507335.
HSL color Cylindrical-coordinate representation of color #071BCE: hue angle of 233.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BCE is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 27 | 206 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.19 |
| HSL | 233.97º | 0.93% | 0.42% | - |
| HSV(B) | 233.97º | 0.97% | 0.81% | - |
| XYZ | 11.62 | 5.29 | 58.8 | - |
| YUV | 41.43 | 220.87 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 206 | 0.97 | 0.87 | 0 | 0.19 | 233.97 | 0.93 | 0.42 |
| Hex | 7 | 1B | CE | 61 | 57 | 0 | 13 | EA | 5D | 2A |
| Octal | 7 | 33 | 316 | 141 | 127 | 0 | 23 | 352 | 135 | 52 |
| Binary | 111 | 11011 | 11001110 | 1100001 | 1010111 | 0 | 10011 | 11101010 | 1011101 | 101010 |
Color Harmonies of #071BCE
Complementary color
Monochromatic Colors of #071BCE
Black with #071BCE
Text Example
Text Example
White with #071BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BCE; }
p { color: rgb(7,27,206); }
H1.HeaderClassName
{
color: #071BCE;
}
.AnyTagClassName
{
color: #071BCE;
}
</style>
background-color css
<style>
a { background-color: #071BCE; }
a { background-color: rgb(7,27,206); }
div.DivClassName
{
background-color: #071BCE;
}
.BgClassName
{
background-color: #071BCE;
}
</style>
border-color css
<style>
span { border-color: #071BCE; }
span { border-color: rgb(7,27,206); }
td.TdClassName
{
border-color: #071BCE;
}
.TagClassName
{
border-color: #071BCE;
}
</style>