#212273

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

Shades of Midnight Blue #212273

Tints of Midnight Blue #212273

Color information

#212273 (or 0x212273) is unknown color: approx Midnight Blue. HEX triplet: 21, 22 and 73. RGB value is (33,34,115). Sum of RGB (Red+Green+Blue) = 33+34+115=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #212273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212273 is #DEDD8C. Grayscale: #2A2A2A. Windows color (decimal): -14605709 or 7545377. OLE color: 7545377.

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

Color convert

RGB3334115-
CMYK0.710.7000.55
HSL239.27º55.41%29.02%-
HSV(B)239.27º71.3%45.1%-
XYZ4.292.7116.52-
YUV42.93168.67120.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 115 (45.31% from 255) = 63.19%
R=18.13%
G=18.68%
B=63.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33341150.710.7000.55239.2755.4129.02
Hex2122734746037ef371d
Octal41421631071060673576735
Binary10000110001011100111000111100011001101111110111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212273; }

 p { color: rgb(33,34,115); }

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

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

 a { background-color: rgb(33,34,115); }

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

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

 span { border-color: rgb(33,34,115); }

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