#181ACC

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

Shades of Medium Blue #181ACC

Tints of Medium Blue #181ACC

Color information

#181ACC (or 0x181ACC) is unknown color: approx Medium Blue. HEX triplet: 18, 1A and CC. RGB value is (24,26,204). Sum of RGB (Red+Green+Blue) = 24+26+204=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #181ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ACC is #E7E533. Grayscale: #2C2C2C. Windows color (decimal): -15197492 or 13376024. OLE color: 13376024.

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

Color convert

RGB2426204-
CMYK0.880.8700.2
HSL239.33º78.95%44.71%-
HSV(B)239.33º88.24%80%-
XYZ11.655.2957.53-
YUV45.69217.34112.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 204 (80.08% from 255) = 80.31%
R=9.45%
G=10.24%
B=80.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal24262040.880.8700.2239.3378.9544.71
Hex181ACC5857014ef4f2d
Octal303231413012702435711755
Binary11000110101100110010110001010111010100111011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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