#18146C

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

Shades of Midnight Blue #18146C

Tints of Midnight Blue #18146C

Color information

#18146C (or 0x18146C) is unknown color: approx Midnight Blue. HEX triplet: 18, 14 and 6C. RGB value is (24,20,108). Sum of RGB (Red+Green+Blue) = 24+20+108=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #18146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18146C is #E7EB93. Grayscale: #1E1E1E. Windows color (decimal): -15199124 or 7083032. OLE color: 7083032.

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

Color convert

RGB2420108-
CMYK0.780.8100.58
HSL242.73º68.75%25.1%-
HSV(B)242.73º81.48%42.35%-
XYZ3.331.7814.35-
YUV31.23171.33122.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=15.79%
G=13.16%
B=71.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24201080.780.8100.58242.7368.7525.1
Hex18146C4E5103Af34519
Octal302415411612107236310531
Binary1100010100110110010011101010001011101011110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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