Html Css Color HEX #211E68 Midnight Blue

📋 copy color: '#211E68'

red 33 ◦ green 30 ◦ blue 104

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

Shades of Midnight Blue #211E68

Tints of Midnight Blue #211E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 19.76%
G = 17.96%
B = 62.28%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211E68 (or 0x211E68) is known color: Midnight Blue. HEX triplet: 21, 1E and 68. RGB value is (33,30,104). Sum of RGB (Red+Green+Blue) = 33+30+104=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #211E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E68 is #DEE197. Grayscale: #272727. Windows color (decimal): -14606744 or 6823457. OLE color: 6823457.

HSL color Cylindrical-coordinate representation of color #211E68: hue angle of 242.43º degrees, saturation: 0.55, 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 #211E68 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 30 104 -
CMYK 0.68 0.71 0 0.59
HSL 242.43º 0.55% 0.26% -
HSV(B) 242.43º 0.71% 0.41% -
XYZ 3.59 2.25 13.34 -
YUV 39.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 33 30 104 0.68 0.71 0 0.59 242.43 0.55 0.26
Hex 21 1E 68 44 47 0 3B F2 37 1A
Octal 41 36 150 104 107 0 73 362 67 32
Binary 100001 11110 1101000 1000100 1000111 0 111011 11110010 110111 11010

Color Harmonies of #211E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E68

Black with #211E68

Text Example


Text Example

White with #211E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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