Html Css Color HEX #211879 Midnight Blue

📋 copy color: '#211879'

red 33 ◦ green 24 ◦ blue 121

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

Shades of Midnight Blue #211879

Tints of Midnight Blue #211879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

 BLUE value IS 121 (47.66% from 255) = 67.98%

R = 18.54%
G = 13.48%
B = 67.98%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211879 (or 0x211879) is known color: Midnight Blue. HEX triplet: 21, 18 and 79. RGB value is (33,24,121). Sum of RGB (Red+Green+Blue) = 33+24+121=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #211879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211879 is #DEE786. Grayscale: #252525. Windows color (decimal): -14608263 or 7936033. OLE color: 7936033.

HSL color Cylindrical-coordinate representation of color #211879: hue angle of 245.57º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211879 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 24 121 -
CMYK 0.73 0.80 0 0.53
HSL 245.57º 0.67% 0.28% -
HSV(B) 245.57º 0.8% 0.47% -
XYZ 4.41 2.36 18.31 -
YUV 37.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 33 24 121 0.73 0.80 0 0.53 245.57 0.67 0.28
Hex 21 18 79 49 50 0 35 F6 43 1C
Octal 41 30 171 111 120 0 65 366 103 34
Binary 100001 11000 1111001 1001001 1010000 0 110101 11110110 1000011 11100

Color Harmonies of #211879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211879

Black with #211879

Text Example


Text Example

White with #211879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211879; }

 p { color: rgb(33,24,121); }

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

background-color css

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

 a { background-color: rgb(33,24,121); }

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

border-color css

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

 span { border-color: rgb(33,24,121); }

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