#091CC2

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

Shades of Medium Blue #091CC2

Tints of Medium Blue #091CC2

Color information

#091CC2 (or 0x091CC2) is unknown color: approx Medium Blue. HEX triplet: 09, 1C and C2. RGB value is (9,28,194). Sum of RGB (Red+Green+Blue) = 9+28+194=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 194 (76.17% from 255 or 83.98% from 231); Max value from RGB is 194 - color contains mainly: blue. Hex color #091CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CC2 is #F6E33D. Grayscale: #282828. Windows color (decimal): -16180030 or 12721161. OLE color: 12721161.

HSL color Cylindrical-coordinate representation of color #091CC2: hue angle of 233.84º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CC2 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB928194-
CMYK0.950.8600.24
HSL233.84º91.13%39.8%-
HSV(B)233.84º95.36%76.08%-
XYZ10.274.7851.42-
YUV41.24214.21105-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 194 (76.17% from 255) = 83.98%
R=3.90%
G=12.12%
B=83.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9281940.950.8600.24233.8491.1339.8
Hex91CC25F56018ea5b28
Octal113430213712603035213350
Binary1001111001100001010111111010110011000111010101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091CC2; }

 p { color: rgb(9,28,194); }

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

<style>
 a { background-color: #091CC2; }

 a { background-color: rgb(9,28,194); }

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

<style>
 span { border-color: #091CC2; }

 span { border-color: rgb(9,28,194); }

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