#1A09BC

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

Shades of Medium Blue #1A09BC

Tints of Medium Blue #1A09BC

Color information

#1A09BC (or 0x1A09BC) is unknown color: approx Medium Blue. HEX triplet: 1A, 09 and BC. RGB value is (26,9,188). Sum of RGB (Red+Green+Blue) = 26+9+188=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 9 (3.91% from 255 or 4.04% 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 #1A09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A09BC is #E5F643. Grayscale: #212121. Windows color (decimal): -15070788 or 12323098. OLE color: 12323098.

HSL color Cylindrical-coordinate representation of color #1A09BC: hue angle of 245.7º 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 #1A09BC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB269188-
CMYK0.860.9500.26
HSL245.7º90.86%38.63%-
HSV(B)245.7º95.21%73.73%-
XYZ9.64.0547.85-
YUV34.49214.63121.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2691880.860.9500.26245.790.8638.63
Hex1A9BC565F01Af65b27
Octal321127412613703236613347
Binary1101010011011110010101101011111011010111101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A09BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A09BC; }

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

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

<style>
 a { background-color: #1A09BC; }

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

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

<style>
 span { border-color: #1A09BC; }

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

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