#0500BE

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

Shades of Medium Blue #0500BE

Tints of Medium Blue #0500BE

Color information

#0500BE (or 0x0500BE) is unknown color: approx Medium Blue. HEX triplet: 05, 00 and BE. RGB value is (5,0,190). Sum of RGB (Red+Green+Blue) = 5+0+190=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 190 (74.61% from 255 or 97.44% from 195); Max value from RGB is 190 - color contains mainly: blue. Hex color #0500BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500BE is #FAFF41. Grayscale: #161616. Windows color (decimal): -16449346 or 12451845. OLE color: 12451845.

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

Color convert

RGB50190-
CMYK0.97100.25
HSL241.58º100%37.25%-
HSV(B)241.58º100%74.51%-
XYZ9.363.7548.95-
YUV23.16222.16115.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 97.44%
R=2.56%
G=0%
B=97.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501900.97100.25241.5810037.25
Hex50BE6164019f26425
Octal5027614114403136214445
Binary10101011111011000011100100011001111100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0500BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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