Shades of Medium Blue #071FCB
Tints of Medium Blue #071FCB
RGB
CMYK
RGB Variations
Color information
#071FCB (or 0x071FCB) is known color: Medium Blue. HEX triplet: 07, 1F and CB. RGB value is (7,31,203). Sum of RGB (Red+Green+Blue) = 7+31+203=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 203 (79.69% from 255 or 84.23% from 241); Max value from RGB is 203 - color contains mainly: blue. Hex color #071FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FCB is #F8E034. Grayscale: #2A2A2A. Windows color (decimal): -16310325 or 13311751. OLE color: 13311751.
HSL color Cylindrical-coordinate representation of color #071FCB: hue angle of 232.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071FCB is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 31 | 203 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.20 |
| HSL | 232.65º | 0.93% | 0.41% | - |
| HSV(B) | 232.65º | 0.97% | 0.8% | - |
| XYZ | 11.36 | 5.34 | 56.93 | - |
| YUV | 43.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 203 | 0.97 | 0.85 | 0 | 0.20 | 232.65 | 0.93 | 0.41 |
| Hex | 7 | 1F | CB | 61 | 55 | 0 | 14 | E9 | 5D | 29 |
| Octal | 7 | 37 | 313 | 141 | 125 | 0 | 24 | 351 | 135 | 51 |
| Binary | 111 | 11111 | 11001011 | 1100001 | 1010101 | 0 | 10100 | 11101001 | 1011101 | 101001 |
Color Harmonies of #071FCB
Complementary color
Monochromatic Colors of #071FCB
Black with #071FCB
Text Example
Text Example
White with #071FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071FCB; }
p { color: rgb(7,31,203); }
H1.HeaderClassName
{
color: #071FCB;
}
.AnyTagClassName
{
color: #071FCB;
}
</style>
background-color css
<style>
a { background-color: #071FCB; }
a { background-color: rgb(7,31,203); }
div.DivClassName
{
background-color: #071FCB;
}
.BgClassName
{
background-color: #071FCB;
}
</style>
border-color css
<style>
span { border-color: #071FCB; }
span { border-color: rgb(7,31,203); }
td.TdClassName
{
border-color: #071FCB;
}
.TagClassName
{
border-color: #071FCB;
}
</style>