#212672

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

Shades of Midnight Blue #212672

Tints of Midnight Blue #212672

Color information

#212672 (or 0x212672) is unknown color: approx Midnight Blue. HEX triplet: 21, 26 and 72. RGB value is (33,38,114). Sum of RGB (Red+Green+Blue) = 33+38+114=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #212672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212672 is #DED98D. Grayscale: #2C2C2C. Windows color (decimal): -14604686 or 7480865. OLE color: 7480865.

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

Color convert

RGB3338114-
CMYK0.710.6700.55
HSL236.3º55.1%28.82%-
HSV(B)236.3º71.05%44.71%-
XYZ4.362.9216.25-
YUV45.17166.84119.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=17.84%
G=20.54%
B=61.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33381140.710.6700.55236.355.128.82
Hex2126724743037ec371d
Octal41461621071030673546735
Binary10000110011011100101000111100001101101111110110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212672; }

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

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

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

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

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

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

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

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