#18167D

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

Shades of Midnight Blue #18167D

Tints of Midnight Blue #18167D

Color information

#18167D (or 0x18167D) is unknown color: approx Midnight Blue. HEX triplet: 18, 16 and 7D. RGB value is (24,22,125). Sum of RGB (Red+Green+Blue) = 24+22+125=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #18167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18167D is #E7E982. Grayscale: #212121. Windows color (decimal): -15198595 or 8197656. OLE color: 8197656.

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

Color convert

RGB2422125-
CMYK0.810.8200.51
HSL241.17º70.07%28.82%-
HSV(B)241.17º82.4%49.02%-
XYZ4.372.2519.61-
YUV34.34179.16120.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 125 (49.22% from 255) = 73.10%
R=14.04%
G=12.87%
B=73.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24221250.810.8200.51241.1770.0728.82
Hex18167D5152033f1461d
Octal302617512112206336110635
Binary1100010110111110110100011010010011001111110001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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