#212873

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

Shades of Midnight Blue #212873

Tints of Midnight Blue #212873

Color information

#212873 (or 0x212873) is unknown color: approx Midnight Blue. HEX triplet: 21, 28 and 73. RGB value is (33,40,115). Sum of RGB (Red+Green+Blue) = 33+40+115=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #212873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212873 is #DED78C. Grayscale: #2E2E2E. Windows color (decimal): -14604173 or 7546913. OLE color: 7546913.

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

Color convert

RGB3340115-
CMYK0.710.6500.55
HSL234.88º55.41%29.02%-
HSV(B)234.88º71.3%45.1%-
XYZ4.483.0816.58-
YUV46.46166.68118.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=17.55%
G=21.28%
B=61.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33401150.710.6500.55234.8855.4129.02
Hex2128734741037eb371d
Octal41501631071010673536735
Binary10000110100011100111000111100000101101111110101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212873; }

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

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

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

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

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

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

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

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