Html Css Color HEX #211E6E Midnight Blue

📋 copy color: '#211E6E'

red 33 ◦ green 30 ◦ blue 110

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

Shades of Midnight Blue #211E6E

Tints of Midnight Blue #211E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.58%

R = 19.08%
G = 17.34%
B = 63.58%

CMYK

 C value IS 0.7

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#211E6E (or 0x211E6E) is known color: Midnight Blue. HEX triplet: 21, 1E and 6E. RGB value is (33,30,110). Sum of RGB (Red+Green+Blue) = 33+30+110=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #211E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E6E is #DEE191. Grayscale: #272727. Windows color (decimal): -14606738 or 7216673. OLE color: 7216673.

HSL color Cylindrical-coordinate representation of color #211E6E: hue angle of 242.25º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211E6E is Cyan = 0.7, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 30 110 -
CMYK 0.7 0.73 0 0.57
HSL 242.25º 0.57% 0.27% -
HSV(B) 242.25º 0.73% 0.43% -
XYZ 3.91 2.38 15 -
YUV 40.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 33 30 110 0.7 0.73 0 0.57 242.25 0.57 0.27
Hex 21 1E 6E 46 49 0 39 F2 39 1B
Octal 41 36 156 106 111 0 71 362 71 33
Binary 100001 11110 1101110 1000110 1001001 0 111001 11110010 111001 11011

Color Harmonies of #211E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E6E

Black with #211E6E

Text Example


Text Example

White with #211E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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