Shades of Medium Blue #071CCC
Tints of Medium Blue #071CCC
RGB
CMYK
RGB Variations
Color information
#071CCC (or 0x071CCC) is known color: Medium Blue. HEX triplet: 07, 1C and CC. RGB value is (7,28,204). Sum of RGB (Red+Green+Blue) = 7+28+204=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #071CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CCC is #F8E333. Grayscale: #292929. Windows color (decimal): -16311092 or 13376519. OLE color: 13376519.
HSL color Cylindrical-coordinate representation of color #071CCC: hue angle of 233.6º 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 #071CCC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 28 | 204 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.2 |
| HSL | 233.6º | 0.93% | 0.41% | - |
| HSV(B) | 233.6º | 0.97% | 0.8% | - |
| XYZ | 11.4 | 5.24 | 57.54 | - |
| YUV | 41.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 204 | 0.97 | 0.86 | 0 | 0.2 | 233.6 | 0.93 | 0.41 |
| Hex | 7 | 1C | CC | 61 | 56 | 0 | 14 | EA | 5D | 29 |
| Octal | 7 | 34 | 314 | 141 | 126 | 0 | 24 | 352 | 135 | 51 |
| Binary | 111 | 11100 | 11001100 | 1100001 | 1010110 | 0 | 10100 | 11101010 | 1011101 | 101001 |
Color Harmonies of #071CCC
Complementary color
Monochromatic Colors of #071CCC
Black with #071CCC
Text Example
Text Example
White with #071CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CCC; }
p { color: rgb(7,28,204); }
H1.HeaderClassName
{
color: #071CCC;
}
.AnyTagClassName
{
color: #071CCC;
}
</style>
background-color css
<style>
a { background-color: #071CCC; }
a { background-color: rgb(7,28,204); }
div.DivClassName
{
background-color: #071CCC;
}
.BgClassName
{
background-color: #071CCC;
}
</style>
border-color css
<style>
span { border-color: #071CCC; }
span { border-color: rgb(7,28,204); }
td.TdClassName
{
border-color: #071CCC;
}
.TagClassName
{
border-color: #071CCC;
}
</style>