#091ACB

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

Shades of Medium Blue #091ACB

Tints of Medium Blue #091ACB

Color information

#091ACB (or 0x091ACB) is unknown color: approx Medium Blue. HEX triplet: 09, 1A and CB. RGB value is (9,26,203). Sum of RGB (Red+Green+Blue) = 9+26+203=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #091ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ACB is #F6E534. Grayscale: #282828. Windows color (decimal): -16180533 or 13310473. OLE color: 13310473.

HSL color Cylindrical-coordinate representation of color #091ACB: hue angle of 234.74º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091ACB is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB926203-
CMYK0.960.8700.20
HSL234.74º91.51%41.57%-
HSV(B)234.74º95.57%79.61%-
XYZ11.265.1156.89-
YUV41.1219.37105.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 203 (79.69% from 255) = 85.29%
R=3.78%
G=10.92%
B=85.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9262030.960.8700.20234.7491.5141.57
Hex91ACB6057014eb5c2a
Octal113231314012702435313452
Binary1001110101100101111000001010111010100111010111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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