#18166D

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

Shades of Midnight Blue #18166D

Tints of Midnight Blue #18166D

Color information

#18166D (or 0x18166D) is unknown color: approx Midnight Blue. HEX triplet: 18, 16 and 6D. RGB value is (24,22,109). Sum of RGB (Red+Green+Blue) = 24+22+109=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #18166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18166D is #E7E992. Grayscale: #202020. Windows color (decimal): -15198611 or 7149080. OLE color: 7149080.

HSL color Cylindrical-coordinate representation of color #18166D: hue angle of 241.38º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18166D is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2422109-
CMYK0.780.8000.57
HSL241.38º66.41%25.69%-
HSV(B)241.38º79.82%42.75%-
XYZ3.421.8714.65-
YUV32.52171.16121.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 109 (42.97% from 255) = 70.32%
R=15.48%
G=14.19%
B=70.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24221090.780.8000.57241.3866.4125.69
Hex18166D4E50039f1421a
Octal302615511612007136110232
Binary1100010110110110110011101010000011100111110001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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