#0507BE

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

Shades of Medium Blue #0507BE

Tints of Medium Blue #0507BE

Color information

#0507BE (or 0x0507BE) is unknown color: approx Medium Blue. HEX triplet: 05, 07 and BE. RGB value is (5,7,190). Sum of RGB (Red+Green+Blue) = 5+7+190=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 190 (74.61% from 255 or 94.06% from 202); Max value from RGB is 190 - color contains mainly: blue. Hex color #0507BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0507BE is #FAF841. Grayscale: #1A1A1A. Windows color (decimal): -16447554 or 12453637. OLE color: 12453637.

HSL color Cylindrical-coordinate representation of color #0507BE: hue angle of 239.35º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0507BE is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57190-
CMYK0.970.9600.25
HSL239.35º94.87%38.24%-
HSV(B)239.35º97.37%74.51%-
XYZ9.433.948.97-
YUV27.26219.84112.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 190 (74.61% from 255) = 94.06%
R=2.48%
G=3.47%
B=94.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571900.970.9600.25239.3594.8738.24
Hex57BE6160019ef5f26
Octal5727614114003135713746
Binary1011111011111011000011100000011001111011111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0507BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0507BE; }

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

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

<style>
 a { background-color: #0507BE; }

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

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

<style>
 span { border-color: #0507BE; }

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

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