#20186A

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

Shades of Midnight Blue #20186A

Tints of Midnight Blue #20186A

Color information

#20186A (or 0x20186A) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 6A. RGB value is (32,24,106). Sum of RGB (Red+Green+Blue) = 32+24+106=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #20186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20186A is #DFE795. Grayscale: #232323. Windows color (decimal): -14673814 or 6952992. OLE color: 6952992.

HSL color Cylindrical-coordinate representation of color #20186A: hue angle of 245.85º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20186A is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3224106-
CMYK0.700.7700.58
HSL245.85º63.08%25.49%-
HSV(B)245.85º77.36%41.57%-
XYZ3.52213.84-
YUV35.74167.65125.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 106 (41.80% from 255) = 65.43%
R=19.75%
G=14.81%
B=65.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32241060.700.7700.58245.8563.0825.49
Hex20186A464D03Af63f19
Octal40301521061150723667731
Binary1000001100011010101000110100110101110101111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20186A; }

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

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

<style>
 a { background-color: #20186A; }

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

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

<style>
 span { border-color: #20186A; }

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

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