#18205B

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

Shades of Midnight Blue #18205B

Tints of Midnight Blue #18205B

Color information

#18205B (or 0x18205B) is unknown color: approx Midnight Blue. HEX triplet: 18, 20 and 5B. RGB value is (24,32,91). Sum of RGB (Red+Green+Blue) = 24+32+91=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #18205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18205B is #E7DFA4. Grayscale: #242424. Windows color (decimal): -15196069 or 5971992. OLE color: 5971992.

HSL color Cylindrical-coordinate representation of color #18205B: hue angle of 232.84º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18205B is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB243291-
CMYK0.740.6500.64
HSL232.84º58.26%22.55%-
HSV(B)232.84º73.63%35.69%-
XYZ2.781.9810.13-
YUV36.33158.85119.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=16.33%
G=21.77%
B=61.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2432910.740.6500.64232.8458.2622.55
Hex18205B4A41040e93a17
Octal304013311210101003517227
Binary11000100000101101110010101000001010000001110100111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18205B; }

 p { color: rgb(24,32,91); }

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

<style>
 a { background-color: #18205B; }

 a { background-color: rgb(24,32,91); }

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

<style>
 span { border-color: #18205B; }

 span { border-color: rgb(24,32,91); }

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