Html Css Color HEX #211E7C Midnight Blue

📋 copy color: '#211E7C'

red 33 ◦ green 30 ◦ blue 124

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

Shades of Midnight Blue #211E7C

Tints of Midnight Blue #211E7C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

 BLUE value IS 124 (48.83% from 255) = 66.31%

R = 17.65%
G = 16.04%
B = 66.31%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#211E7C (or 0x211E7C) is known color: Midnight Blue. HEX triplet: 21, 1E and 7C. RGB value is (33,30,124). Sum of RGB (Red+Green+Blue) = 33+30+124=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #211E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E7C is #DEE183. Grayscale: #292929. Windows color (decimal): -14606724 or 8134177. OLE color: 8134177.

HSL color Cylindrical-coordinate representation of color #211E7C: hue angle of 241.91º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211E7C is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 30 124 -
CMYK 0.73 0.76 0 0.51
HSL 241.91º 0.61% 0.3% -
HSV(B) 241.91º 0.76% 0.49% -
XYZ 4.73 2.71 19.34 -
YUV 41.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 33 30 124 0.73 0.76 0 0.51 241.91 0.61 0.3
Hex 21 1E 7C 49 4C 0 33 F2 3D 1E
Octal 41 36 174 111 114 0 63 362 75 36
Binary 100001 11110 1111100 1001001 1001100 0 110011 11110010 111101 11110

Color Harmonies of #211E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E7C

Black with #211E7C

Text Example


Text Example

White with #211E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,30,124); }

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

background-color css

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

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

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

border-color css

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

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

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