#180CBA

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

Shades of Medium Blue #180CBA

Tints of Medium Blue #180CBA

Color information

#180CBA (or 0x180CBA) is unknown color: approx Medium Blue. HEX triplet: 18, 0C and BA. RGB value is (24,12,186). Sum of RGB (Red+Green+Blue) = 24+12+186=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #180CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CBA is #E7F345. Grayscale: #222222. Windows color (decimal): -15201094 or 12192792. OLE color: 12192792.

HSL color Cylindrical-coordinate representation of color #180CBA: hue angle of 244.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180CBA is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2412186-
CMYK0.870.9400.27
HSL244.14º87.88%38.82%-
HSV(B)244.14º93.55%72.94%-
XYZ9.37446.73-
YUV35.42212.98119.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 12 (5.08% from 255) = 5.41%
BLUE value IS 186 (73.05% from 255) = 83.78%
R=10.81%
G=5.41%
B=83.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24121860.870.9400.27244.1487.8838.82
Hex18CBA575E01Bf45827
Octal301427212713603336413047
Binary1100011001011101010101111011110011011111101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,12,186); }

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

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

 a { background-color: rgb(24,12,186); }

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

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

 span { border-color: rgb(24,12,186); }

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