#080AB9

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

Shades of Medium Blue #080AB9

Tints of Medium Blue #080AB9

Color information

#080AB9 (or 0x080AB9) is unknown color: approx Medium Blue. HEX triplet: 08, 0A and B9. RGB value is (8,10,185). Sum of RGB (Red+Green+Blue) = 8+10+185=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 185 (72.66% from 255 or 91.13% from 203); Max value from RGB is 185 - color contains mainly: blue. Hex color #080AB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080AB9 is #F7F546. Grayscale: #1C1C1C. Windows color (decimal): -16250183 or 12126728. OLE color: 12126728.

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

Color convert

RGB810185-
CMYK0.960.9500.27
HSL239.32º91.71%37.84%-
HSV(B)239.32º95.68%72.55%-
XYZ8.973.7746.15-
YUV29.35215.84112.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 185 (72.66% from 255) = 91.13%
R=3.94%
G=4.93%
B=91.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8101850.960.9500.27239.3291.7137.84
Hex8AB9605F01Bef5c26
Octal101227114013703335713446
Binary100010101011100111000001011111011011111011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080AB9; }

 p { color: rgb(8,10,185); }

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

<style>
 a { background-color: #080AB9; }

 a { background-color: rgb(8,10,185); }

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

<style>
 span { border-color: #080AB9; }

 span { border-color: rgb(8,10,185); }

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