#211F73

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

Shades of Midnight Blue #211F73

Tints of Midnight Blue #211F73

Color information

#211F73 (or 0x211F73) is unknown color: approx Midnight Blue. HEX triplet: 21, 1F and 73. RGB value is (33,31,115). Sum of RGB (Red+Green+Blue) = 33+31+115=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #211F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F73 is #DEE08C. Grayscale: #282828. Windows color (decimal): -14606477 or 7544609. OLE color: 7544609.

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

Color convert

RGB3331115-
CMYK0.710.7300.55
HSL241.43º57.53%28.63%-
HSV(B)241.43º73.04%45.1%-
XYZ4.212.5416.49-
YUV41.17169.66122.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 115 (45.31% from 255) = 64.25%
R=18.44%
G=17.32%
B=64.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33311150.710.7300.55241.4357.5328.63
Hex211F734749037f13a1d
Octal41371631071110673617235
Binary1000011111111100111000111100100101101111111000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211F73; }

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

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

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

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

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

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

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

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