#212689

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

Shades of Midnight Blue #212689

Tints of Midnight Blue #212689

Color information

#212689 (or 0x212689) is unknown color: approx Midnight Blue. HEX triplet: 21, 26 and 89. RGB value is (33,38,137). Sum of RGB (Red+Green+Blue) = 33+38+137=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #212689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212689 is #DED976. Grayscale: #2F2F2F. Windows color (decimal): -14604663 or 8988193. OLE color: 8988193.

HSL color Cylindrical-coordinate representation of color #212689: hue angle of 237.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212689 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3338137-
CMYK0.760.7200.46
HSL237.12º61.18%33.33%-
HSV(B)237.12º75.91%53.73%-
XYZ5.843.5224.04-
YUV47.79178.34117.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 137 (53.91% from 255) = 65.87%
R=15.87%
G=18.27%
B=65.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33381370.760.7200.46237.1261.1833.33
Hex2126894C4802Eed3d21
Octal41462111141100563557541
Binary1000011001101000100110011001001000010111011101101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212689; }

 p { color: rgb(33,38,137); }

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

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

 a { background-color: rgb(33,38,137); }

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

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

 span { border-color: rgb(33,38,137); }

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