Html Css Color HEX #212477 Midnight Blue

📋 copy color: '#212477'

red 33 ◦ green 36 ◦ blue 119

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

Shades of Midnight Blue #212477

Tints of Midnight Blue #212477

RGB

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

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

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

R = 17.55%
G = 19.15%
B = 63.3%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212477 (or 0x212477) is known color: Midnight Blue. HEX triplet: 21, 24 and 77. RGB value is (33,36,119). Sum of RGB (Red+Green+Blue) = 33+36+119=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #212477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212477 is #DEDB88. Grayscale: #2C2C2C. Windows color (decimal): -14605193 or 7808033. OLE color: 7808033.

HSL color Cylindrical-coordinate representation of color #212477: hue angle of 237.91º 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 #212477 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 36 119 -
CMYK 0.72 0.70 0 0.53
HSL 237.91º 0.57% 0.3% -
HSV(B) 237.91º 0.72% 0.47% -
XYZ 4.59 2.92 17.77 -
YUV 44.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 33 36 119 0.72 0.70 0 0.53 237.91 0.57 0.3
Hex 21 24 77 48 46 0 35 EE 39 1E
Octal 41 44 167 110 106 0 65 356 71 36
Binary 100001 100100 1110111 1001000 1000110 0 110101 11101110 111001 11110

Color Harmonies of #212477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212477

Black with #212477

Text Example


Text Example

White with #212477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212477; }

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

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

background-color css

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

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

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

border-color css

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

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

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