Html Css Color HEX #212279 Midnight Blue

📋 copy color: '#212279'

red 33 ◦ green 34 ◦ blue 121

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

Shades of Midnight Blue #212279

Tints of Midnight Blue #212279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 17.55%
G = 18.09%
B = 64.36%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212279 (or 0x212279) is known color: Midnight Blue. HEX triplet: 21, 22 and 79. RGB value is (33,34,121). Sum of RGB (Red+Green+Blue) = 33+34+121=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #212279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212279 is #DEDD86. Grayscale: #2B2B2B. Windows color (decimal): -14605703 or 7938593. OLE color: 7938593.

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

Color convert

RGB 33 34 121 -
CMYK 0.73 0.72 0 0.53
HSL 239.32º 0.57% 0.3% -
HSV(B) 239.32º 0.73% 0.47% -
XYZ 4.65 2.85 18.39 -
YUV 43.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 33 34 121 0.73 0.72 0 0.53 239.32 0.57 0.3
Hex 21 22 79 49 48 0 35 EF 39 1E
Octal 41 42 171 111 110 0 65 357 71 36
Binary 100001 100010 1111001 1001001 1001000 0 110101 11101111 111001 11110

Color Harmonies of #212279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212279

Black with #212279

Text Example


Text Example

White with #212279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212279; }

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

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

background-color css

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

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

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

border-color css

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

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

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