#0806BA

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

Shades of Medium Blue #0806BA

Tints of Medium Blue #0806BA

Color information

#0806BA (or 0x0806BA) is unknown color: approx Medium Blue. HEX triplet: 08, 06 and BA. RGB value is (8,6,186). Sum of RGB (Red+Green+Blue) = 8+6+186=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 6 (2.73% from 255 or 3% 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 #0806BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806BA is #F7F945. Grayscale: #1A1A1A. Windows color (decimal): -16251206 or 12191240. OLE color: 12191240.

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

Color convert

RGB86186-
CMYK0.960.9700.27
HSL240.67º93.75%37.65%-
HSV(B)240.67º96.77%72.94%-
XYZ9.033.7346.7-
YUV27.12217.66114.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 186 (73.05% from 255) = 93%
R=4%
G=3%
B=93%

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
Decimal861860.960.9700.27240.6793.7537.65
Hex86BA606101Bf15e26
Octal10627214014103336113646
Binary10001101011101011000001100001011011111100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0806BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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