#1811CA

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

Shades of Medium Blue #1811CA

Tints of Medium Blue #1811CA

Color information

#1811CA (or 0x1811CA) is unknown color: approx Medium Blue. HEX triplet: 18, 11 and CA. RGB value is (24,17,202). Sum of RGB (Red+Green+Blue) = 24+17+202=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 202 (79.30% from 255 or 83.13% from 243); Max value from RGB is 202 - color contains mainly: blue. Hex color #1811CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1811CA is #E7EE35. Grayscale: #272727. Windows color (decimal): -15199798 or 13242648. OLE color: 13242648.

HSL color Cylindrical-coordinate representation of color #1811CA: hue angle of 242.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1811CA is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2417202-
CMYK0.880.9200.21
HSL242.27º84.47%42.94%-
HSV(B)242.27º91.58%79.22%-
XYZ11.244.8656.22-
YUV40.18219.32116.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 202 (79.30% from 255) = 83.13%
R=9.88%
G=7.00%
B=83.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24172020.880.9200.21242.2784.4742.94
Hex1811CA585C015f2542b
Octal302131213013402536212453
Binary11000100011100101010110001011100010101111100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1811CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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