#091ABC

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

Shades of Medium Blue #091ABC

Tints of Medium Blue #091ABC

Color information

#091ABC (or 0x091ABC) is unknown color: approx Medium Blue. HEX triplet: 09, 1A and BC. RGB value is (9,26,188). Sum of RGB (Red+Green+Blue) = 9+26+188=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #091ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ABC is #F6E543. Grayscale: #262626. Windows color (decimal): -16180548 or 12327433. OLE color: 12327433.

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

Color convert

RGB926188-
CMYK0.950.8600.26
HSL234.3º90.86%38.63%-
HSV(B)234.3º95.21%73.73%-
XYZ9.564.4347.93-
YUV39.39211.87106.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 188 (73.83% from 255) = 84.30%
R=4.04%
G=11.66%
B=84.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9261880.950.8600.26234.390.8638.63
Hex91ABC5F5601Aea5b27
Octal113227413712603235213347
Binary1001110101011110010111111010110011010111010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,26,188); }

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

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

 a { background-color: rgb(9,26,188); }

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

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

 span { border-color: rgb(9,26,188); }

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