#0803BA

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

Shades of Medium Blue #0803BA

Tints of Medium Blue #0803BA

Color information

#0803BA (or 0x0803BA) is unknown color: approx Medium Blue. HEX triplet: 08, 03 and BA. RGB value is (8,3,186). Sum of RGB (Red+Green+Blue) = 8+3+186=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 186 (73.05% from 255 or 94.42% from 197); Max value from RGB is 186 - color contains mainly: blue. Hex color #0803BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803BA is #F7FC45. Grayscale: #181818. Windows color (decimal): -16251974 or 12190472. OLE color: 12190472.

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

Color convert

RGB83186-
CMYK0.960.9800.27
HSL241.64º96.83%37.06%-
HSV(B)241.64º98.39%72.94%-
XYZ93.6646.69-
YUV25.36218.66115.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 186 (73.05% from 255) = 94.42%
R=4.06%
G=1.52%
B=94.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831860.960.9800.27241.6496.8337.06
Hex83BA606201Bf26125
Octal10327214014203336214145
Binary1000111011101011000001100010011011111100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0803BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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