Html Css Color HEX #211D72 Midnight Blue

📋 copy color: '#211D72'

red 33 ◦ green 29 ◦ blue 114

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

Shades of Midnight Blue #211D72

Tints of Midnight Blue #211D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 18.75%
G = 16.48%
B = 64.77%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211D72 (or 0x211D72) is known color: Midnight Blue. HEX triplet: 21, 1D and 72. RGB value is (33,29,114). Sum of RGB (Red+Green+Blue) = 33+29+114=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #211D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D72 is #DEE28D. Grayscale: #272727. Windows color (decimal): -14606990 or 7478561. OLE color: 7478561.

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

Color convert

RGB 33 29 114 -
CMYK 0.71 0.75 0 0.55
HSL 242.82º 0.59% 0.28% -
HSV(B) 242.82º 0.75% 0.45% -
XYZ 4.1 2.42 16.17 -
YUV 39.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 33 29 114 0.71 0.75 0 0.55 242.82 0.59 0.28
Hex 21 1D 72 47 4B 0 37 F3 3B 1C
Octal 41 35 162 107 113 0 67 363 73 34
Binary 100001 11101 1110010 1000111 1001011 0 110111 11110011 111011 11100

Color Harmonies of #211D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D72

Black with #211D72

Text Example


Text Example

White with #211D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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