#212074

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

Shades of Midnight Blue #212074

Tints of Midnight Blue #212074

Color information

#212074 (or 0x212074) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 74. RGB value is (33,32,116). Sum of RGB (Red+Green+Blue) = 33+32+116=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #212074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212074 is #DEDF8B. Grayscale: #292929. Windows color (decimal): -14606220 or 7610401. OLE color: 7610401.

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

Color convert

RGB3332116-
CMYK0.720.7200.55
HSL240.71º56.76%29.02%-
HSV(B)240.71º72.41%45.49%-
XYZ4.32.6216.8-
YUV41.88169.83121.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 116 (45.70% from 255) = 64.09%
R=18.23%
G=17.68%
B=64.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33321160.720.7200.55240.7156.7629.02
Hex2120744848037f1391d
Octal41401641101100673617135
Binary10000110000011101001001000100100001101111111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212074; }

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

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

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

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

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

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

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

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