#201974

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

Shades of Midnight Blue #201974

Tints of Midnight Blue #201974

Color information

#201974 (or 0x201974) is unknown color: approx Midnight Blue. HEX triplet: 20, 19 and 74. RGB value is (32,25,116). Sum of RGB (Red+Green+Blue) = 32+25+116=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #201974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201974 is #DFE68B. Grayscale: #252525. Windows color (decimal): -14673548 or 7608608. OLE color: 7608608.

HSL color Cylindrical-coordinate representation of color #201974: hue angle of 244.62º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201974 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3225116-
CMYK0.720.7800.55
HSL244.62º64.54%27.65%-
HSV(B)244.62º78.45%45.49%-
XYZ4.12.2616.74-
YUV37.47172.32124.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 116 (45.70% from 255) = 67.05%
R=18.50%
G=14.45%
B=67.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32251160.720.7800.55244.6264.5427.65
Hex201974484E037f5411c
Octal403116411011606736510134
Binary10000011001111010010010001001110011011111110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201974; }

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

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

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

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

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

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

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

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