#181860

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

Shades of Midnight Blue #181860

Tints of Midnight Blue #181860

Color information

#181860 (or 0x181860) is unknown color: approx Midnight Blue. HEX triplet: 18, 18 and 60. RGB value is (24,24,96). Sum of RGB (Red+Green+Blue) = 24+24+96=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #181860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181860 is #E7E79F. Grayscale: #1F1F1F. Windows color (decimal): -15198112 or 6297624. OLE color: 6297624.

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

Color convert

RGB242496-
CMYK0.750.7500.62
HSL240º60%23.53%-
HSV(B)240º75%37.65%-
XYZ2.811.6911.24-
YUV32.21164122.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 66.67%
R=16.67%
G=16.67%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2424960.750.7500.622406023.53
Hex1818604B4B03Ef03c18
Octal30301401131130763607430
Binary110001100011000001001011100101101111101111000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181860; }

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

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

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

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

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

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

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

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