#0509B6

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

Shades of Medium Blue #0509B6

Tints of Medium Blue #0509B6

Color information

#0509B6 (or 0x0509B6) is unknown color: approx Medium Blue. HEX triplet: 05, 09 and B6. RGB value is (5,9,182). Sum of RGB (Red+Green+Blue) = 5+9+182=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 182 (71.48% from 255 or 92.86% from 196); Max value from RGB is 182 - color contains mainly: blue. Hex color #0509B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509B6 is #FAF649. Grayscale: #1A1A1A. Windows color (decimal): -16447050 or 11929861. OLE color: 11929861.

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

Color convert

RGB59182-
CMYK0.970.9500.29
HSL238.64º94.65%36.67%-
HSV(B)238.64º97.25%71.37%-
XYZ8.63.6144.5-
YUV27.53215.17111.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 182 (71.48% from 255) = 92.86%
R=2.55%
G=4.59%
B=92.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591820.970.9500.29238.6494.6536.67
Hex59B6615F01Def5f25
Octal51126614113703535713745
Binary10110011011011011000011011111011101111011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0509B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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