#20196F

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

Shades of Midnight Blue #20196F

Tints of Midnight Blue #20196F

Color information

#20196F (or 0x20196F) is unknown color: approx Midnight Blue. HEX triplet: 20, 19 and 6F. RGB value is (32,25,111). Sum of RGB (Red+Green+Blue) = 32+25+111=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #20196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20196F is #DFE690. Grayscale: #242424. Windows color (decimal): -14673553 or 7280928. OLE color: 7280928.

HSL color Cylindrical-coordinate representation of color #20196F: hue angle of 244.88º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20196F is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3225111-
CMYK0.710.7700.56
HSL244.88º63.24%26.67%-
HSV(B)244.88º77.48%43.53%-
XYZ3.812.1515.25-
YUV36.9169.82124.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 111 (43.75% from 255) = 66.07%
R=19.05%
G=14.88%
B=66.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32251110.710.7700.56244.8863.2426.67
Hex20196F474D038f53f1b
Octal40311571071150703657733
Binary1000001100111011111000111100110101110001111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,25,111); }

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

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

 a { background-color: rgb(32,25,111); }

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

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

 span { border-color: rgb(32,25,111); }

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