#0509BA

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

Shades of Medium Blue #0509BA

Tints of Medium Blue #0509BA

Color information

#0509BA (or 0x0509BA) is unknown color: approx Medium Blue. HEX triplet: 05, 09 and BA. RGB value is (5,9,186). Sum of RGB (Red+Green+Blue) = 5+9+186=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 186 (73.05% from 255 or 93% from 200); Max value from RGB is 186 - color contains mainly: blue. Hex color #0509BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509BA is #FAF645. Grayscale: #1B1B1B. Windows color (decimal): -16447046 or 12192005. OLE color: 12192005.

HSL color Cylindrical-coordinate representation of color #0509BA: hue angle of 238.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0509BA is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59186-
CMYK0.970.9500.27
HSL238.67º94.76%37.45%-
HSV(B)238.67º97.31%72.94%-
XYZ9.023.7746.71-
YUV27.98217.17111.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 186 (73.05% from 255) = 93%
R=2.5%
G=4.5%
B=93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591860.970.9500.27238.6794.7637.45
Hex59BA615F01Bef5f25
Octal51127214113703335713745
Binary10110011011101011000011011111011011111011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0509BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0509BA; }

 p { color: rgb(5,9,186); }

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

<style>
 a { background-color: #0509BA; }

 a { background-color: rgb(5,9,186); }

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

<style>
 span { border-color: #0509BA; }

 span { border-color: rgb(5,9,186); }

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