#0801B6

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

Shades of Medium Blue #0801B6

Tints of Medium Blue #0801B6

Color information

#0801B6 (or 0x0801B6) is unknown color: approx Medium Blue. HEX triplet: 08, 01 and B6. RGB value is (8,1,182). Sum of RGB (Red+Green+Blue) = 8+1+182=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 182 (71.48% from 255 or 95.29% from 191); Max value from RGB is 182 - color contains mainly: blue. Hex color #0801B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0801B6 is #F7FE49. Grayscale: #171717. Windows color (decimal): -16252490 or 11927816. OLE color: 11927816.

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

Color convert

RGB81182-
CMYK0.960.9900.29
HSL242.32º98.91%35.88%-
HSV(B)242.32º99.45%71.37%-
XYZ8.553.4544.47-
YUV23.73217.32116.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 182 (71.48% from 255) = 95.29%
R=4.19%
G=0.52%
B=95.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811820.960.9900.29242.3298.9135.88
Hex81B6606301Df26324
Octal10126614014303536214344
Binary100011011011011000001100011011101111100101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0801B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,1,182); }

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

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

 a { background-color: rgb(8,1,182); }

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

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

 span { border-color: rgb(8,1,182); }

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