Html Css Color HEX #212379 Midnight Blue

📋 copy color: '#212379'

red 33 ◦ green 35 ◦ blue 121

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

Shades of Midnight Blue #212379

Tints of Midnight Blue #212379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 17.46%
G = 18.52%
B = 64.02%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212379 (or 0x212379) is known color: Midnight Blue. HEX triplet: 21, 23 and 79. RGB value is (33,35,121). Sum of RGB (Red+Green+Blue) = 33+35+121=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #212379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212379 is #DEDC86. Grayscale: #2B2B2B. Windows color (decimal): -14605447 or 7938849. OLE color: 7938849.

HSL color Cylindrical-coordinate representation of color #212379: hue angle of 238.64º 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 #212379 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 35 121 -
CMYK 0.73 0.71 0 0.53
HSL 238.64º 0.57% 0.3% -
HSV(B) 238.64º 0.73% 0.47% -
XYZ 4.68 2.91 18.4 -
YUV 44.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 33 35 121 0.73 0.71 0 0.53 238.64 0.57 0.3
Hex 21 23 79 49 47 0 35 EF 39 1E
Octal 41 43 171 111 107 0 65 357 71 36
Binary 100001 100011 1111001 1001001 1000111 0 110101 11101111 111001 11110

Color Harmonies of #212379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212379

Black with #212379

Text Example


Text Example

White with #212379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212379; }

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

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

background-color css

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

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

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

border-color css

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

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

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