#201A7D

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

Shades of Midnight Blue #201A7D

Tints of Midnight Blue #201A7D

Color information

#201A7D (or 0x201A7D) is unknown color: approx Midnight Blue. HEX triplet: 20, 1A and 7D. RGB value is (32,26,125). Sum of RGB (Red+Green+Blue) = 32+26+125=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #201A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A7D is #DFE582. Grayscale: #262626. Windows color (decimal): -14673283 or 8198688. OLE color: 8198688.

HSL color Cylindrical-coordinate representation of color #201A7D: hue angle of 243.64º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201A7D is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3226125-
CMYK0.740.7900.51
HSL243.64º65.56%29.61%-
HSV(B)243.64º79.2%49.02%-
XYZ4.672.5319.64-
YUV39.08176.49122.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 125 (49.22% from 255) = 68.31%
R=17.49%
G=14.21%
B=68.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32261250.740.7900.51243.6465.5629.61
Hex201A7D4A4F033f4421e
Octal403217511211706336410236
Binary10000011010111110110010101001111011001111110100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201A7D; }

 p { color: rgb(32,26,125); }

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

<style>
 a { background-color: #201A7D; }

 a { background-color: rgb(32,26,125); }

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

<style>
 span { border-color: #201A7D; }

 span { border-color: rgb(32,26,125); }

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