Shades of Medium Blue #071CBF
Tints of Medium Blue #071CBF
RGB
CMYK
RGB Variations
Color information
#071CBF (or 0x071CBF) is known color: Medium Blue. HEX triplet: 07, 1C and BF. RGB value is (7,28,191). Sum of RGB (Red+Green+Blue) = 7+28+191=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #071CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CBF is #F8E340. Grayscale: #272727. Windows color (decimal): -16311105 or 12524551. OLE color: 12524551.
HSL color Cylindrical-coordinate representation of color #071CBF: hue angle of 233.15º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071CBF is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 28 | 191 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.25 |
| HSL | 233.15º | 0.93% | 0.39% | - |
| HSV(B) | 233.15º | 0.96% | 0.75% | - |
| XYZ | 9.91 | 4.64 | 49.66 | - |
| YUV | 40.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 191 | 0.96 | 0.85 | 0 | 0.25 | 233.15 | 0.93 | 0.39 |
| Hex | 7 | 1C | BF | 60 | 55 | 0 | 19 | E9 | 5D | 27 |
| Octal | 7 | 34 | 277 | 140 | 125 | 0 | 31 | 351 | 135 | 47 |
| Binary | 111 | 11100 | 10111111 | 1100000 | 1010101 | 0 | 11001 | 11101001 | 1011101 | 100111 |
Color Harmonies of #071CBF
Complementary color
Monochromatic Colors of #071CBF
Black with #071CBF
Text Example
Text Example
White with #071CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CBF; }
p { color: rgb(7,28,191); }
H1.HeaderClassName
{
color: #071CBF;
}
.AnyTagClassName
{
color: #071CBF;
}
</style>
background-color css
<style>
a { background-color: #071CBF; }
a { background-color: rgb(7,28,191); }
div.DivClassName
{
background-color: #071CBF;
}
.BgClassName
{
background-color: #071CBF;
}
</style>
border-color css
<style>
span { border-color: #071CBF; }
span { border-color: rgb(7,28,191); }
td.TdClassName
{
border-color: #071CBF;
}
.TagClassName
{
border-color: #071CBF;
}
</style>