#180160

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

Shades of Midnight Blue #180160

Tints of Midnight Blue #180160

Color information

#180160 (or 0x180160) is unknown color: approx Midnight Blue. HEX triplet: 18, 01 and 60. RGB value is (24,1,96). Sum of RGB (Red+Green+Blue) = 24+1+96=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #180160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180160 is #E7FE9F. Grayscale: #121212. Windows color (decimal): -15204000 or 6291736. OLE color: 6291736.

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

Color convert

RGB24196-
CMYK0.750.9900.62
HSL254.53º97.94%19.02%-
HSV(B)254.53º98.96%37.65%-
XYZ2.51.0611.14-
YUV18.71171.62131.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 96 (37.89% from 255) = 79.34%
R=19.83%
G=0.83%
B=79.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal241960.750.9900.62254.5397.9419.02
Hex181604B6303Eff6213
Octal30114011314307637714223
Binary110001110000010010111100011011111011111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180160; }

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

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

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

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

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

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

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

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