#212773

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

Shades of Midnight Blue #212773

Tints of Midnight Blue #212773

Color information

#212773 (or 0x212773) is unknown color: approx Midnight Blue. HEX triplet: 21, 27 and 73. RGB value is (33,39,115). Sum of RGB (Red+Green+Blue) = 33+39+115=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #212773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212773 is #DED88C. Grayscale: #2D2D2D. Windows color (decimal): -14604429 or 7546657. OLE color: 7546657.

HSL color Cylindrical-coordinate representation of color #212773: hue angle of 235.61º 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 #212773 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3339115-
CMYK0.710.6600.55
HSL235.61º55.41%29.02%-
HSV(B)235.61º71.3%45.1%-
XYZ4.453.0116.57-
YUV45.87167.01118.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 115 (45.31% from 255) = 61.50%
R=17.65%
G=20.86%
B=61.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33391150.710.6600.55235.6155.4129.02
Hex2127734742037ec371d
Octal41471631071020673546735
Binary10000110011111100111000111100001001101111110110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212773; }

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

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

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

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

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

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

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

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