Html Css Color HEX #212972 Midnight Blue

📋 copy color: '#212972'

red 33 ◦ green 41 ◦ blue 114

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

Shades of Midnight Blue #212972

Tints of Midnight Blue #212972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 17.55%
G = 21.81%
B = 60.64%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#212972 (or 0x212972) is known color: Midnight Blue. HEX triplet: 21, 29 and 72. RGB value is (33,41,114). Sum of RGB (Red+Green+Blue) = 33+41+114=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #212972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212972 is #DED68D. Grayscale: #2E2E2E. Windows color (decimal): -14603918 or 7481633. OLE color: 7481633.

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

Color convert

RGB 33 41 114 -
CMYK 0.71 0.64 0 0.55
HSL 234.07º 0.55% 0.29% -
HSV(B) 234.07º 0.71% 0.45% -
XYZ 4.46 3.12 16.29 -
YUV 46.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 33 41 114 0.71 0.64 0 0.55 234.07 0.55 0.29
Hex 21 29 72 47 40 0 37 EA 37 1D
Octal 41 51 162 107 100 0 67 352 67 35
Binary 100001 101001 1110010 1000111 1000000 0 110111 11101010 110111 11101

Color Harmonies of #212972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212972

Black with #212972

Text Example


Text Example

White with #212972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212972; }

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

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

background-color css

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

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

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

border-color css

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

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

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