#180AC1

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

Shades of Medium Blue #180AC1

Tints of Medium Blue #180AC1

Color information

#180AC1 (or 0x180AC1) is unknown color: approx Medium Blue. HEX triplet: 18, 0A and C1. RGB value is (24,10,193). Sum of RGB (Red+Green+Blue) = 24+10+193=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 193 (75.78% from 255 or 85.02% from 227); Max value from RGB is 193 - color contains mainly: blue. Hex color #180AC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180AC1 is #E7F53E. Grayscale: #222222. Windows color (decimal): -15201599 or 12651032. OLE color: 12651032.

HSL color Cylindrical-coordinate representation of color #180AC1: hue angle of 244.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180AC1 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2410193-
CMYK0.880.9500.24
HSL244.59º90.15%39.8%-
HSV(B)244.59º94.82%75.69%-
XYZ10.114.2650.74-
YUV35.05217.14120.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 193 (75.78% from 255) = 85.02%
R=10.57%
G=4.41%
B=85.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24101930.880.9500.24244.5990.1539.8
Hex18AC1585F018f55a28
Octal301230113013703036513250
Binary1100010101100000110110001011111011000111101011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180AC1; }

 p { color: rgb(24,10,193); }

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

<style>
 a { background-color: #180AC1; }

 a { background-color: rgb(24,10,193); }

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

<style>
 span { border-color: #180AC1; }

 span { border-color: rgb(24,10,193); }

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