Html Css Color HEX #211072 Midnight Blue

📋 copy color: '#211072'

red 33 ◦ green 16 ◦ blue 114

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

Shades of Midnight Blue #211072

Tints of Midnight Blue #211072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 20.25%
G = 9.82%
B = 69.94%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211072 (or 0x211072) is known color: Midnight Blue. HEX triplet: 21, 10 and 72. RGB value is (33,16,114). Sum of RGB (Red+Green+Blue) = 33+16+114=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #211072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211072 is #DEEF8D. Grayscale: #1F1F1F. Windows color (decimal): -14610318 or 7475233. OLE color: 7475233.

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

Color convert

RGB 33 16 114 -
CMYK 0.71 0.86 0 0.55
HSL 250.41º 0.75% 0.25% -
HSV(B) 250.41º 0.86% 0.45% -
XYZ 3.85 1.91 16.09 -
YUV 32.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 33 16 114 0.71 0.86 0 0.55 250.41 0.75 0.25
Hex 21 10 72 47 56 0 37 FA 4B 19
Octal 41 20 162 107 126 0 67 372 113 31
Binary 100001 10000 1110010 1000111 1010110 0 110111 11111010 1001011 11001

Color Harmonies of #211072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211072

Black with #211072

Text Example


Text Example

White with #211072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211072; }

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

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

background-color css

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

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

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

border-color css

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

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

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