#1811B6

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

Shades of Medium Blue #1811B6

Tints of Medium Blue #1811B6

Color information

#1811B6 (or 0x1811B6) is unknown color: approx Medium Blue. HEX triplet: 18, 11 and B6. RGB value is (24,17,182). Sum of RGB (Red+Green+Blue) = 24+17+182=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 182 (71.48% from 255 or 81.61% from 223); Max value from RGB is 182 - color contains mainly: blue. Hex color #1811B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1811B6 is #E7EE49. Grayscale: #252525. Windows color (decimal): -15199818 or 11931928. OLE color: 11931928.

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

Color convert

RGB2417182-
CMYK0.870.9100.29
HSL242.55º82.91%39.02%-
HSV(B)242.55º90.66%71.37%-
XYZ9.023.9744.55-
YUV37.9209.32118.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 182 (71.48% from 255) = 81.61%
R=10.76%
G=7.62%
B=81.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24171820.870.9100.29242.5582.9139.02
Hex1811B6575B01Df35327
Octal302126612713303536312347
Binary11000100011011011010101111011011011101111100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1811B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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