#0805BA

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

Shades of Medium Blue #0805BA

Tints of Medium Blue #0805BA

Color information

#0805BA (or 0x0805BA) is unknown color: approx Medium Blue. HEX triplet: 08, 05 and BA. RGB value is (8,5,186). Sum of RGB (Red+Green+Blue) = 8+5+186=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 186 (73.05% from 255 or 93.47% from 199); Max value from RGB is 186 - color contains mainly: blue. Hex color #0805BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0805BA is #F7FA45. Grayscale: #191919. Windows color (decimal): -16251462 or 12190984. OLE color: 12190984.

HSL color Cylindrical-coordinate representation of color #0805BA: hue angle of 240.99º 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 #0805BA is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85186-
CMYK0.960.9700.27
HSL240.99º94.76%37.45%-
HSV(B)240.99º97.31%72.94%-
XYZ9.023.7146.69-
YUV26.53217.99114.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 186 (73.05% from 255) = 93.47%
R=4.02%
G=2.51%
B=93.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851860.960.9700.27240.9994.7637.45
Hex85BA606101Bf15f25
Octal10527214014103336113745
Binary10001011011101011000001100001011011111100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0805BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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