Html Css Color HEX #212479 Midnight Blue

📋 copy color: '#212479'

red 33 ◦ green 36 ◦ blue 121

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

Shades of Midnight Blue #212479

Tints of Midnight Blue #212479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

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

R = 17.37%
G = 18.95%
B = 63.68%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212479 (or 0x212479) is known color: Midnight Blue. HEX triplet: 21, 24 and 79. RGB value is (33,36,121). Sum of RGB (Red+Green+Blue) = 33+36+121=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #212479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212479 is #DEDB86. Grayscale: #2C2C2C. Windows color (decimal): -14605191 or 7939105. OLE color: 7939105.

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

Color convert

RGB 33 36 121 -
CMYK 0.73 0.70 0 0.53
HSL 237.95º 0.57% 0.3% -
HSV(B) 237.95º 0.73% 0.47% -
XYZ 4.71 2.97 18.41 -
YUV 44.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 33 36 121 0.73 0.70 0 0.53 237.95 0.57 0.3
Hex 21 24 79 49 46 0 35 EE 39 1E
Octal 41 44 171 111 106 0 65 356 71 36
Binary 100001 100100 1111001 1001001 1000110 0 110101 11101110 111001 11110

Color Harmonies of #212479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212479

Black with #212479

Text Example


Text Example

White with #212479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212479; }

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

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

background-color css

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

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

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

border-color css

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

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

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