Html Css Color HEX #211E63 Midnight Blue

📋 copy color: '#211E63'

red 33 ◦ green 30 ◦ blue 99

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

Shades of Midnight Blue #211E63

Tints of Midnight Blue #211E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 61.11%

R = 20.37%
G = 18.52%
B = 61.11%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#211E63 (or 0x211E63) is known color: Midnight Blue. HEX triplet: 21, 1E and 63. RGB value is (33,30,99). Sum of RGB (Red+Green+Blue) = 33+30+99=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #211E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E63 is #DEE19C. Grayscale: #262626. Windows color (decimal): -14606749 or 6495777. OLE color: 6495777.

HSL color Cylindrical-coordinate representation of color #211E63: hue angle of 242.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211E63 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 30 99 -
CMYK 0.67 0.70 0 0.61
HSL 242.61º 0.53% 0.25% -
HSV(B) 242.61º 0.7% 0.39% -
XYZ 3.34 2.15 12.04 -
YUV 38.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 33 30 99 0.67 0.70 0 0.61 242.61 0.53 0.25
Hex 21 1E 63 43 46 0 3D F3 35 19
Octal 41 36 143 103 106 0 75 363 65 31
Binary 100001 11110 1100011 1000011 1000110 0 111101 11110011 110101 11001

Color Harmonies of #211E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E63

Black with #211E63

Text Example


Text Example

White with #211E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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