Html Css Color HEX #212971 Midnight Blue

📋 copy color: '#212971'

red 33 ◦ green 41 ◦ blue 113

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

Shades of Midnight Blue #212971

Tints of Midnight Blue #212971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 17.65%
G = 21.93%
B = 60.43%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#212971 (or 0x212971) is known color: Midnight Blue. HEX triplet: 21, 29 and 71. RGB value is (33,41,113). Sum of RGB (Red+Green+Blue) = 33+41+113=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #212971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212971 is #DED68E. Grayscale: #2E2E2E. Windows color (decimal): -14603919 or 7416097. OLE color: 7416097.

HSL color Cylindrical-coordinate representation of color #212971: hue angle of 234º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212971 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 41 113 -
CMYK 0.71 0.64 0 0.56
HSL 234º 0.55% 0.29% -
HSV(B) 234º 0.71% 0.44% -
XYZ 4.4 3.1 15.99 -
YUV 46.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 33 41 113 0.71 0.64 0 0.56 234 0.55 0.29
Hex 21 29 71 47 40 0 38 EA 37 1D
Octal 41 51 161 107 100 0 70 352 67 35
Binary 100001 101001 1110001 1000111 1000000 0 111000 11101010 110111 11101

Color Harmonies of #212971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212971

Black with #212971

Text Example


Text Example

White with #212971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212971; }

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

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

background-color css

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

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

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

border-color css

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

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

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