Html Css Color HEX #212176 Midnight Blue

📋 copy color: '#212176'

red 33 ◦ green 33 ◦ blue 118

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

Shades of Midnight Blue #212176

Tints of Midnight Blue #212176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 17.93%
G = 17.93%
B = 64.13%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212176 (or 0x212176) is known color: Midnight Blue. HEX triplet: 21, 21 and 76. RGB value is (33,33,118). Sum of RGB (Red+Green+Blue) = 33+33+118=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #212176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212176 is #DEDE89. Grayscale: #2A2A2A. Windows color (decimal): -14605962 or 7741729. OLE color: 7741729.

HSL color Cylindrical-coordinate representation of color #212176: hue angle of 240º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212176 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 33 118 -
CMYK 0.72 0.72 0 0.54
HSL 240º 0.56% 0.3% -
HSV(B) 240º 0.72% 0.46% -
XYZ 4.44 2.72 17.43 -
YUV 42.69 170.5 121.09 -
System Red Green Blue C M Y K H S L
Decimal 33 33 118 0.72 0.72 0 0.54 240 0.56 0.3
Hex 21 21 76 48 48 0 36 F0 38 1E
Octal 41 41 166 110 110 0 66 360 70 36
Binary 100001 100001 1110110 1001000 1001000 0 110110 11110000 111000 11110

Color Harmonies of #212176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212176

Black with #212176

Text Example


Text Example

White with #212176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212176; }

 p { color: rgb(33,33,118); }

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

background-color css

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

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

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

border-color css

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

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

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