#18145C

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

Shades of Midnight Blue #18145C

Tints of Midnight Blue #18145C

Color information

#18145C (or 0x18145C) is unknown color: approx Midnight Blue. HEX triplet: 18, 14 and 5C. RGB value is (24,20,92). Sum of RGB (Red+Green+Blue) = 24+20+92=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #18145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18145C is #E7EBA3. Grayscale: #1D1D1D. Windows color (decimal): -15199140 or 6034456. OLE color: 6034456.

HSL color Cylindrical-coordinate representation of color #18145C: hue angle of 243.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18145C is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB242092-
CMYK0.740.7800.64
HSL243.33º64.29%21.96%-
HSV(B)243.33º78.26%36.08%-
XYZ2.561.4710.27-
YUV29.4163.33124.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 92 (36.33% from 255) = 67.65%
R=17.65%
G=14.71%
B=67.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2420920.740.7800.64243.3364.2921.96
Hex18145C4A4E040f34016
Octal3024134112116010036310026
Binary11000101001011100100101010011100100000011110011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18145C; }

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

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

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

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

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

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

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

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