#180CB8

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

Shades of Medium Blue #180CB8

Tints of Medium Blue #180CB8

Color information

#180CB8 (or 0x180CB8) is unknown color: approx Medium Blue. HEX triplet: 18, 0C and B8. RGB value is (24,12,184). Sum of RGB (Red+Green+Blue) = 24+12+184=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 184 (72.27% from 255 or 83.64% from 220); Max value from RGB is 184 - color contains mainly: blue. Hex color #180CB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CB8 is #E7F347. Grayscale: #222222. Windows color (decimal): -15201096 or 12061720. OLE color: 12061720.

HSL color Cylindrical-coordinate representation of color #180CB8: hue angle of 244.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180CB8 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2412184-
CMYK0.870.9300.28
HSL244.19º87.76%38.43%-
HSV(B)244.19º93.48%72.16%-
XYZ9.163.9245.62-
YUV35.2211.98120.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 184 (72.27% from 255) = 83.64%
R=10.91%
G=5.45%
B=83.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24121840.870.9300.28244.1987.7638.43
Hex18CB8575D01Cf45826
Octal301427012713503436413046
Binary1100011001011100010101111011101011100111101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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