#20187A

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

Shades of Midnight Blue #20187A

Tints of Midnight Blue #20187A

Color information

#20187A (or 0x20187A) is unknown color: approx Midnight Blue. HEX triplet: 20, 18 and 7A. RGB value is (32,24,122). Sum of RGB (Red+Green+Blue) = 32+24+122=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #20187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20187A is #DFE785. Grayscale: #252525. Windows color (decimal): -14673798 or 8001568. OLE color: 8001568.

HSL color Cylindrical-coordinate representation of color #20187A: hue angle of 244.9º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20187A is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3224122-
CMYK0.740.8000.52
HSL244.9º67.12%28.63%-
HSV(B)244.9º80.33%47.84%-
XYZ4.442.3718.64-
YUV37.56175.65124.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=17.98%
G=13.48%
B=68.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32241220.740.8000.52244.967.1228.63
Hex20187A4A50034f5431d
Octal403017211212006436510335
Binary10000011000111101010010101010000011010011110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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