Html Css Color HEX #211964 Midnight Blue

📋 copy color: '#211964'

red 33 ◦ green 25 ◦ blue 100

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

Shades of Midnight Blue #211964

Tints of Midnight Blue #211964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 20.89%
G = 15.82%
B = 63.29%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#211964 (or 0x211964) is known color: Midnight Blue. HEX triplet: 21, 19 and 64. RGB value is (33,25,100). Sum of RGB (Red+Green+Blue) = 33+25+100=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #211964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211964 is #DEE69B. Grayscale: #232323. Windows color (decimal): -14608028 or 6560033. OLE color: 6560033.

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

Color convert

RGB 33 25 100 -
CMYK 0.67 0.75 0 0.61
HSL 246.4º 0.6% 0.25% -
HSV(B) 246.4º 0.75% 0.39% -
XYZ 3.28 1.94 12.26 -
YUV 35.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 33 25 100 0.67 0.75 0 0.61 246.4 0.6 0.25
Hex 21 19 64 43 4B 0 3D F6 3C 19
Octal 41 31 144 103 113 0 75 366 74 31
Binary 100001 11001 1100100 1000011 1001011 0 111101 11110110 111100 11001

Color Harmonies of #211964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211964

Black with #211964

Text Example


Text Example

White with #211964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211964; }

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

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

background-color css

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

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

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

border-color css

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

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

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