#0911B6

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

Shades of Medium Blue #0911B6

Tints of Medium Blue #0911B6

Color information

#0911B6 (or 0x0911B6) is unknown color: approx Medium Blue. HEX triplet: 09, 11 and B6. RGB value is (9,17,182). Sum of RGB (Red+Green+Blue) = 9+17+182=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 182 (71.48% from 255 or 87.5% from 208); Max value from RGB is 182 - color contains mainly: blue. Hex color #0911B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0911B6 is #F6EE49. Grayscale: #202020. Windows color (decimal): -16182858 or 11931913. OLE color: 11931913.

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

Color convert

RGB917182-
CMYK0.950.9100.29
HSL237.23º90.58%37.45%-
HSV(B)237.23º95.05%71.37%-
XYZ8.763.8444.53-
YUV33.42211.85110.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 182 (71.48% from 255) = 87.5%
R=4.33%
G=8.17%
B=87.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9171820.950.9100.29237.2390.5837.45
Hex911B65F5B01Ded5b25
Octal112126613713303535513345
Binary1001100011011011010111111011011011101111011011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0911B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,17,182); }

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

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

 a { background-color: rgb(9,17,182); }

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

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

 span { border-color: rgb(9,17,182); }

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