Html Css Color HEX #211963 Midnight Blue

📋 copy color: '#211963'

red 33 ◦ green 25 ◦ blue 99

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

Shades of Midnight Blue #211963

Tints of Midnight Blue #211963

RGB

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

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

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

R = 21.02%
G = 15.92%
B = 63.06%

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

#211963 (or 0x211963) is known color: Midnight Blue. HEX triplet: 21, 19 and 63. RGB value is (33,25,99). Sum of RGB (Red+Green+Blue) = 33+25+99=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #211963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211963 is #DEE69C. Grayscale: #232323. Windows color (decimal): -14608029 or 6494497. OLE color: 6494497.

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

Color convert

RGB 33 25 99 -
CMYK 0.67 0.75 0 0.61
HSL 246.49º 0.6% 0.24% -
HSV(B) 246.49º 0.75% 0.39% -
XYZ 3.23 1.92 12 -
YUV 35.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 33 25 99 0.67 0.75 0 0.61 246.49 0.6 0.24
Hex 21 19 63 43 4B 0 3D F6 3C 18
Octal 41 31 143 103 113 0 75 366 74 30
Binary 100001 11001 1100011 1000011 1001011 0 111101 11110110 111100 11000

Color Harmonies of #211963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211963

Black with #211963

Text Example


Text Example

White with #211963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211963; }

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

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

background-color css

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

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

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

border-color css

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

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

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