Html Css Color HEX #212177 Midnight Blue

📋 copy color: '#212177'

red 33 ◦ green 33 ◦ blue 119

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

Shades of Midnight Blue #212177

Tints of Midnight Blue #212177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 64.32%

R = 17.84%
G = 17.84%
B = 64.32%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212177 (or 0x212177) is known color: Midnight Blue. HEX triplet: 21, 21 and 77. RGB value is (33,33,119). Sum of RGB (Red+Green+Blue) = 33+33+119=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #212177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212177 is #DEDE88. Grayscale: #2A2A2A. Windows color (decimal): -14605961 or 7807265. OLE color: 7807265.

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

Color convert

RGB 33 33 119 -
CMYK 0.72 0.72 0 0.53
HSL 240º 0.57% 0.3% -
HSV(B) 240º 0.72% 0.47% -
XYZ 4.5 2.74 17.74 -
YUV 42.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 33 33 119 0.72 0.72 0 0.53 240 0.57 0.3
Hex 21 21 77 48 48 0 35 F0 39 1E
Octal 41 41 167 110 110 0 65 360 71 36
Binary 100001 100001 1110111 1001000 1001000 0 110101 11110000 111001 11110

Color Harmonies of #212177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212177

Black with #212177

Text Example


Text Example

White with #212177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212177; }

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

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

background-color css

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

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

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

border-color css

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

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

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