#18126D

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

Shades of Midnight Blue #18126D

Tints of Midnight Blue #18126D

Color information

#18126D (or 0x18126D) is unknown color: approx Midnight Blue. HEX triplet: 18, 12 and 6D. RGB value is (24,18,109). Sum of RGB (Red+Green+Blue) = 24+18+109=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #18126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18126D is #E7ED92. Grayscale: #1D1D1D. Windows color (decimal): -15199635 or 7148056. OLE color: 7148056.

HSL color Cylindrical-coordinate representation of color #18126D: hue angle of 243.96º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18126D is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2418109-
CMYK0.780.8300.57
HSL243.96º71.65%24.9%-
HSV(B)243.96º83.49%42.75%-
XYZ3.351.7314.63-
YUV30.17172.49123.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 109 (42.97% from 255) = 72.19%
R=15.89%
G=11.92%
B=72.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24181090.780.8300.57243.9671.6524.9
Hex18126D4E53039f44819
Octal302215511612307136411031
Binary1100010010110110110011101010011011100111110100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18126D; }

 p { color: rgb(24,18,109); }

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

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

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

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

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

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

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