Html Css Color HEX #211E69 Midnight Blue

📋 copy color: '#211E69'

red 33 ◦ green 30 ◦ blue 105

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

Shades of Midnight Blue #211E69

Tints of Midnight Blue #211E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.5%

R = 19.64%
G = 17.86%
B = 62.5%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211E69 (or 0x211E69) is known color: Midnight Blue. HEX triplet: 21, 1E and 69. RGB value is (33,30,105). Sum of RGB (Red+Green+Blue) = 33+30+105=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #211E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E69 is #DEE196. Grayscale: #272727. Windows color (decimal): -14606743 or 6888993. OLE color: 6888993.

HSL color Cylindrical-coordinate representation of color #211E69: hue angle of 242.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211E69 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 30 105 -
CMYK 0.69 0.71 0 0.59
HSL 242.4º 0.56% 0.26% -
HSV(B) 242.4º 0.71% 0.41% -
XYZ 3.64 2.27 13.61 -
YUV 39.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 33 30 105 0.69 0.71 0 0.59 242.4 0.56 0.26
Hex 21 1E 69 45 47 0 3B F2 38 1A
Octal 41 36 151 105 107 0 73 362 70 32
Binary 100001 11110 1101001 1000101 1000111 0 111011 11110010 111000 11010

Color Harmonies of #211E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E69

Black with #211E69

Text Example


Text Example

White with #211E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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