#18107D

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

Shades of Midnight Blue #18107D

Tints of Midnight Blue #18107D

Color information

#18107D (or 0x18107D) is unknown color: approx Midnight Blue. HEX triplet: 18, 10 and 7D. RGB value is (24,16,125). Sum of RGB (Red+Green+Blue) = 24+16+125=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #18107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18107D is #E7EF82. Grayscale: #1E1E1E. Windows color (decimal): -15200131 or 8196120. OLE color: 8196120.

HSL color Cylindrical-coordinate representation of color #18107D: hue angle of 244.4º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18107D is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2416125-
CMYK0.810.8700.51
HSL244.4º77.3%27.65%-
HSV(B)244.4º87.2%49.02%-
XYZ4.262.0519.57-
YUV30.82181.15123.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 125 (49.22% from 255) = 75.76%
R=14.55%
G=9.70%
B=75.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24161250.810.8700.51244.477.327.65
Hex18107D5157033f44d1c
Octal302017512112706336411534
Binary1100010000111110110100011010111011001111110100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,16,125); }

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

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

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

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

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

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

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