Html Css Color HEX #212072 Midnight Blue

📋 copy color: '#212072'

red 33 ◦ green 32 ◦ blue 114

#212072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #212072

Tints of Midnight Blue #212072

RGB

 RED value IS 33 (13.28% from 255) = 18.44%

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 114 (44.92% from 255) = 63.69%

R = 18.44%
G = 17.88%
B = 63.69%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#212072 (or 0x212072) is known color: Midnight Blue. HEX triplet: 21, 20 and 72. RGB value is (33,32,114). Sum of RGB (Red+Green+Blue) = 33+32+114=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #212072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212072 is #DEDF8D. Grayscale: #292929. Windows color (decimal): -14606222 or 7479329. OLE color: 7479329.

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

Color convert

RGB 33 32 114 -
CMYK 0.71 0.72 0 0.55
HSL 240.73º 0.56% 0.29% -
HSV(B) 240.73º 0.72% 0.45% -
XYZ 4.18 2.57 16.2 -
YUV 41.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 33 32 114 0.71 0.72 0 0.55 240.73 0.56 0.29
Hex 21 20 72 47 48 0 37 F1 38 1D
Octal 41 40 162 107 110 0 67 361 70 35
Binary 100001 100000 1110010 1000111 1001000 0 110111 11110001 111000 11101

Color Harmonies of #212072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212072

Black with #212072

Text Example


Text Example

White with #212072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212072; }

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

 H1.HeaderClassName
 {
   color: #212072;
 }
 .AnyTagClassName
 {
   color: #212072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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