Html Css Color HEX #212071 Midnight Blue

📋 copy color: '#212071'

red 33 ◦ green 32 ◦ blue 113

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

Shades of Midnight Blue #212071

Tints of Midnight Blue #212071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.48%

R = 18.54%
G = 17.98%
B = 63.48%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#212071 (or 0x212071) is known color: Midnight Blue. HEX triplet: 21, 20 and 71. RGB value is (33,32,113). Sum of RGB (Red+Green+Blue) = 33+32+113=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #212071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212071 is #DEDF8E. Grayscale: #292929. Windows color (decimal): -14606223 or 7413793. OLE color: 7413793.

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

Color convert

RGB 33 32 113 -
CMYK 0.71 0.72 0 0.56
HSL 240.74º 0.56% 0.28% -
HSV(B) 240.74º 0.72% 0.44% -
XYZ 4.12 2.55 15.9 -
YUV 41.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 33 32 113 0.71 0.72 0 0.56 240.74 0.56 0.28
Hex 21 20 71 47 48 0 38 F1 38 1C
Octal 41 40 161 107 110 0 70 361 70 34
Binary 100001 100000 1110001 1000111 1001000 0 111000 11110001 111000 11100

Color Harmonies of #212071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212071

Black with #212071

Text Example


Text Example

White with #212071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212071; }

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

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

background-color css

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

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

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

border-color css

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

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

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