#212175

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

Shades of Midnight Blue #212175

Tints of Midnight Blue #212175

Color information

#212175 (or 0x212175) is unknown color: approx Midnight Blue. HEX triplet: 21, 21 and 75. RGB value is (33,33,117). Sum of RGB (Red+Green+Blue) = 33+33+117=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #212175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212175 is #DEDE8A. Grayscale: #2A2A2A. Windows color (decimal): -14605963 or 7676193. OLE color: 7676193.

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

Color convert

RGB3333117-
CMYK0.720.7200.54
HSL240º56%29.41%-
HSV(B)240º71.79%45.88%-
XYZ4.382.717.12-
YUV42.58170121.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=18.03%
G=18.03%
B=63.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33331170.720.7200.542405629.41
Hex2121754848036f0381d
Octal41411651101100663607035
Binary10000110000111101011001000100100001101101111000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212175; }

 p { color: rgb(33,33,117); }

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

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

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

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

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

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

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