Shades of Blue #071BEA
Tints of Blue #071BEA
RGB
CMYK
RGB Variations
Color information
#071BEA (or 0x071BEA) is known color: Blue. HEX triplet: 07, 1B and EA. RGB value is (7,27,234). Sum of RGB (Red+Green+Blue) = 7+27+234=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 234 (91.80% from 255 or 87.31% from 268); Max value from RGB is 234 - color contains mainly: blue. Hex color #071BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071BEA is #F8E415. Grayscale: #2B2B2B. Windows color (decimal): -16311318 or 15342343. OLE color: 15342343.
HSL color Cylindrical-coordinate representation of color #071BEA: hue angle of 234.71º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BEA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 27 | 234 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.08 |
| HSL | 234.71º | 0.94% | 0.47% | - |
| HSV(B) | 234.71º | 0.97% | 0.92% | - |
| XYZ | 15.33 | 6.77 | 78.34 | - |
| YUV | 44.62 | 234.87 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 234 | 0.97 | 0.88 | 0 | 0.08 | 234.71 | 0.94 | 0.47 |
| Hex | 7 | 1B | EA | 61 | 58 | 0 | 8 | EB | 5E | 2F |
| Octal | 7 | 33 | 352 | 141 | 130 | 0 | 10 | 353 | 136 | 57 |
| Binary | 111 | 11011 | 11101010 | 1100001 | 1011000 | 0 | 1000 | 11101011 | 1011110 | 101111 |
Color Harmonies of #071BEA
Complementary color
Monochromatic Colors of #071BEA
Black with #071BEA
Text Example
Text Example
White with #071BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BEA; }
p { color: rgb(7,27,234); }
H1.HeaderClassName
{
color: #071BEA;
}
.AnyTagClassName
{
color: #071BEA;
}
</style>
background-color css
<style>
a { background-color: #071BEA; }
a { background-color: rgb(7,27,234); }
div.DivClassName
{
background-color: #071BEA;
}
.BgClassName
{
background-color: #071BEA;
}
</style>
border-color css
<style>
span { border-color: #071BEA; }
span { border-color: rgb(7,27,234); }
td.TdClassName
{
border-color: #071BEA;
}
.TagClassName
{
border-color: #071BEA;
}
</style>