#181ACA

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

Shades of Medium Blue #181ACA

Tints of Medium Blue #181ACA

Color information

#181ACA (or 0x181ACA) is unknown color: approx Medium Blue. HEX triplet: 18, 1A and CA. RGB value is (24,26,202). Sum of RGB (Red+Green+Blue) = 24+26+202=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #181ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ACA is #E7E535. Grayscale: #2C2C2C. Windows color (decimal): -15197494 or 13244952. OLE color: 13244952.

HSL color Cylindrical-coordinate representation of color #181ACA: hue angle of 239.33º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181ACA is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2426202-
CMYK0.880.8700.21
HSL239.33º78.76%44.31%-
HSV(B)239.33º88.12%79.22%-
XYZ11.415.256.28-
YUV45.47216.34112.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 202 (79.30% from 255) = 80.16%
R=9.52%
G=10.32%
B=80.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24262020.880.8700.21239.3378.7644.31
Hex181ACA5857015ef4f2c
Octal303231213012702535711754
Binary11000110101100101010110001010111010101111011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181ACA; }

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

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

<style>
 a { background-color: #181ACA; }

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

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

<style>
 span { border-color: #181ACA; }

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

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