Html Css Color HEX #212471 Midnight Blue

📋 copy color: '#212471'

red 33 ◦ green 36 ◦ blue 113

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

Shades of Midnight Blue #212471

Tints of Midnight Blue #212471

RGB

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

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

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

R = 18.13%
G = 19.78%
B = 62.09%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#212471 (or 0x212471) is known color: Midnight Blue. HEX triplet: 21, 24 and 71. RGB value is (33,36,113). Sum of RGB (Red+Green+Blue) = 33+36+113=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #212471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212471 is #DEDB8E. Grayscale: #2B2B2B. Windows color (decimal): -14605199 or 7414817. OLE color: 7414817.

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

Color convert

RGB 33 36 113 -
CMYK 0.71 0.68 0 0.56
HSL 237.75º 0.55% 0.29% -
HSV(B) 237.75º 0.71% 0.44% -
XYZ 4.24 2.78 15.94 -
YUV 43.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 33 36 113 0.71 0.68 0 0.56 237.75 0.55 0.29
Hex 21 24 71 47 44 0 38 EE 37 1D
Octal 41 44 161 107 104 0 70 356 67 35
Binary 100001 100100 1110001 1000111 1000100 0 111000 11101110 110111 11101

Color Harmonies of #212471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212471

Black with #212471

Text Example


Text Example

White with #212471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212471; }

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

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

background-color css

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

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

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

border-color css

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

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

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