#180560

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

Shades of Midnight Blue #180560

Tints of Midnight Blue #180560

Color information

#180560 (or 0x180560) is unknown color: approx Midnight Blue. HEX triplet: 18, 05 and 60. RGB value is (24,5,96). Sum of RGB (Red+Green+Blue) = 24+5+96=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #180560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180560 is #E7FA9F. Grayscale: #141414. Windows color (decimal): -15202976 or 6292760. OLE color: 6292760.

HSL color Cylindrical-coordinate representation of color #180560: hue angle of 252.53º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180560 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB24596-
CMYK0.750.9500.62
HSL252.53º90.1%19.8%-
HSV(B)252.53º94.79%37.65%-
XYZ2.541.1511.15-
YUV21.06170.29130.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 96 (37.89% from 255) = 76.8%
R=19.2%
G=4%
B=76.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal245960.750.9500.62252.5390.119.8
Hex185604B5F03Efd5a14
Octal30514011313707637513224
Binary11000101110000010010111011111011111011111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180560; }

 p { color: rgb(24,5,96); }

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

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

 a { background-color: rgb(24,5,96); }

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

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

 span { border-color: rgb(24,5,96); }

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