Html Css Color HEX #212979 Midnight Blue

📋 copy color: '#212979'

red 33 ◦ green 41 ◦ blue 121

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

Shades of Midnight Blue #212979

Tints of Midnight Blue #212979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

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

R = 16.92%
G = 21.03%
B = 62.05%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212979 (or 0x212979) is known color: Midnight Blue. HEX triplet: 21, 29 and 79. RGB value is (33,41,121). Sum of RGB (Red+Green+Blue) = 33+41+121=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #212979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212979 is #DED686. Grayscale: #2F2F2F. Windows color (decimal): -14603911 or 7940385. OLE color: 7940385.

HSL color Cylindrical-coordinate representation of color #212979: hue angle of 234.55º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212979 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 41 121 -
CMYK 0.73 0.66 0 0.53
HSL 234.55º 0.57% 0.3% -
HSV(B) 234.55º 0.73% 0.47% -
XYZ 4.87 3.29 18.47 -
YUV 47.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 33 41 121 0.73 0.66 0 0.53 234.55 0.57 0.3
Hex 21 29 79 49 42 0 35 EB 39 1E
Octal 41 51 171 111 102 0 65 353 71 36
Binary 100001 101001 1111001 1001001 1000010 0 110101 11101011 111001 11110

Color Harmonies of #212979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212979

Black with #212979

Text Example


Text Example

White with #212979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212979; }

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

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

background-color css

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

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

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

border-color css

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

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

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