Html Css Color HEX #211064 Midnight Blue

📋 copy color: '#211064'

red 33 ◦ green 16 ◦ blue 100

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

Shades of Midnight Blue #211064

Tints of Midnight Blue #211064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

 BLUE value IS 100 (39.45% from 255) = 67.11%

R = 22.15%
G = 10.74%
B = 67.11%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#211064 (or 0x211064) is known color: Midnight Blue. HEX triplet: 21, 10 and 64. RGB value is (33,16,100). Sum of RGB (Red+Green+Blue) = 33+16+100=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #211064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211064 is #DEEF9B. Grayscale: #1E1E1E. Windows color (decimal): -14610332 or 6557729. OLE color: 6557729.

HSL color Cylindrical-coordinate representation of color #211064: hue angle of 252.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211064 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 16 100 -
CMYK 0.67 0.84 0 0.61
HSL 252.14º 0.72% 0.23% -
HSV(B) 252.14º 0.84% 0.39% -
XYZ 3.11 1.61 12.2 -
YUV 30.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 33 16 100 0.67 0.84 0 0.61 252.14 0.72 0.23
Hex 21 10 64 43 54 0 3D FC 48 17
Octal 41 20 144 103 124 0 75 374 110 27
Binary 100001 10000 1100100 1000011 1010100 0 111101 11111100 1001000 10111

Color Harmonies of #211064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211064

Black with #211064

Text Example


Text Example

White with #211064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211064; }

 p { color: rgb(33,16,100); }

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

background-color css

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

 a { background-color: rgb(33,16,100); }

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

border-color css

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

 span { border-color: rgb(33,16,100); }

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