Shades of Medium Blue #071BDA
Tints of Medium Blue #071BDA
RGB
CMYK
RGB Variations
Color information
#071BDA (or 0x071BDA) is known color: Medium Blue. HEX triplet: 07, 1B and DA. RGB value is (7,27,218). Sum of RGB (Red+Green+Blue) = 7+27+218=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 218 (85.55% from 255 or 86.51% from 252); Max value from RGB is 218 - color contains mainly: blue. Hex color #071BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071BDA is #F8E425. Grayscale: #2A2A2A. Windows color (decimal): -16311334 or 14293767. OLE color: 14293767.
HSL color Cylindrical-coordinate representation of color #071BDA: hue angle of 234.31º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BDA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 27 | 218 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.15 |
| HSL | 234.31º | 0.94% | 0.44% | - |
| HSV(B) | 234.31º | 0.97% | 0.85% | - |
| XYZ | 13.13 | 5.89 | 66.77 | - |
| YUV | 42.79 | 226.87 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 218 | 0.97 | 0.88 | 0 | 0.15 | 234.31 | 0.94 | 0.44 |
| Hex | 7 | 1B | DA | 61 | 58 | 0 | F | EA | 5E | 2C |
| Octal | 7 | 33 | 332 | 141 | 130 | 0 | 17 | 352 | 136 | 54 |
| Binary | 111 | 11011 | 11011010 | 1100001 | 1011000 | 0 | 1111 | 11101010 | 1011110 | 101100 |
Color Harmonies of #071BDA
Complementary color
Monochromatic Colors of #071BDA
Black with #071BDA
Text Example
Text Example
White with #071BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BDA; }
p { color: rgb(7,27,218); }
H1.HeaderClassName
{
color: #071BDA;
}
.AnyTagClassName
{
color: #071BDA;
}
</style>
background-color css
<style>
a { background-color: #071BDA; }
a { background-color: rgb(7,27,218); }
div.DivClassName
{
background-color: #071BDA;
}
.BgClassName
{
background-color: #071BDA;
}
</style>
border-color css
<style>
span { border-color: #071BDA; }
span { border-color: rgb(7,27,218); }
td.TdClassName
{
border-color: #071BDA;
}
.TagClassName
{
border-color: #071BDA;
}
</style>