#18146D

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

Shades of Midnight Blue #18146D

Tints of Midnight Blue #18146D

Color information

#18146D (or 0x18146D) is unknown color: approx Midnight Blue. HEX triplet: 18, 14 and 6D. RGB value is (24,20,109). Sum of RGB (Red+Green+Blue) = 24+20+109=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #18146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18146D is #E7EB92. Grayscale: #1E1E1E. Windows color (decimal): -15199123 or 7148568. OLE color: 7148568.

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

Color convert

RGB2420109-
CMYK0.780.8200.57
HSL242.7º68.99%25.29%-
HSV(B)242.7º81.65%42.75%-
XYZ3.391.814.64-
YUV31.34171.83122.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 109 (42.97% from 255) = 71.24%
R=15.69%
G=13.07%
B=71.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24201090.780.8200.57242.768.9925.29
Hex18146D4E52039f34519
Octal302415511612207136310531
Binary1100010100110110110011101010010011100111110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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