#20185F

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

Shades of Midnight Blue #20185F

Tints of Midnight Blue #20185F

Color information

#20185F (or 0x20185F) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 5F. RGB value is (32,24,95). Sum of RGB (Red+Green+Blue) = 32+24+95=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #20185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20185F is #DFE7A0. Grayscale: #222222. Windows color (decimal): -14673825 or 6232096. OLE color: 6232096.

HSL color Cylindrical-coordinate representation of color #20185F: hue angle of 246.76º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20185F is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB322495-
CMYK0.660.7500.63
HSL246.76º59.66%23.33%-
HSV(B)246.76º74.74%37.25%-
XYZ2.991.7911.01-
YUV34.49162.15126.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=21.19%
G=15.89%
B=62.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3224950.660.7500.63246.7659.6623.33
Hex20185F424B03Ff73c17
Octal40301371021130773677427
Binary1000001100010111111000010100101101111111111011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20185F; }

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

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

<style>
 a { background-color: #20185F; }

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

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

<style>
 span { border-color: #20185F; }

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

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