#071ABE

Color #071ABE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #071ABE

Tints of Medium Blue #071ABE

Color information

#071ABE (or 0x071ABE) is unknown color: approx Medium Blue. HEX triplet: 07, 1A and BE. RGB value is (7,26,190). Sum of RGB (Red+Green+Blue) = 7+26+190=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #071ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ABE is #F8E541. Grayscale: #262626. Windows color (decimal): -16311618 or 12458503. OLE color: 12458503.

HSL color Cylindrical-coordinate representation of color #071ABE: hue angle of 233.77º 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 #071ABE is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB726190-
CMYK0.960.8600.25
HSL233.77º92.89%38.63%-
HSV(B)233.77º96.32%74.51%-
XYZ9.754.549.07-
YUV39.02213.21105.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.14%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 190 (74.61% from 255) = 85.20%
R=3.14%
G=11.66%
B=85.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7261900.960.8600.25233.7792.8938.63
Hex71ABE6056019ea5d27
Octal73227614012603135213547
Binary111110101011111011000001010110011001111010101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071ABE; }

 p { color: rgb(7,26,190); }

 H1.HeaderClassName
 {
   color: #071ABE;
 }
 .AnyTagClassName
 {
   color: #071ABE;
 }
</style>
background-color css

<style>
 a { background-color: #071ABE; }

 a { background-color: rgb(7,26,190); }

 div.DivClassName
 {
   background-color: #071ABE;
 }
 .BgClassName
 {
   background-color: #071ABE;
 }
</style>
border-color css

<style>
 span { border-color: #071ABE; }

 span { border-color: rgb(7,26,190); }

 td.TdClassName
 {
   border-color: #071ABE;
 }
 .TagClassName
 {
   border-color: #071ABE;
 }
</style>