Html Css Color HEX #212977 Midnight Blue

📋 copy color: '#212977'

red 33 ◦ green 41 ◦ blue 119

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

Shades of Midnight Blue #212977

Tints of Midnight Blue #212977

RGB

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

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

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

R = 17.1%
G = 21.24%
B = 61.66%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212977 (or 0x212977) is known color: Midnight Blue. HEX triplet: 21, 29 and 77. RGB value is (33,41,119). Sum of RGB (Red+Green+Blue) = 33+41+119=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #212977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212977 is #DED688. Grayscale: #2F2F2F. Windows color (decimal): -14603913 or 7809313. OLE color: 7809313.

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

Color convert

RGB 33 41 119 -
CMYK 0.72 0.66 0 0.53
HSL 234.42º 0.57% 0.3% -
HSV(B) 234.42º 0.72% 0.47% -
XYZ 4.75 3.24 17.83 -
YUV 47.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 33 41 119 0.72 0.66 0 0.53 234.42 0.57 0.3
Hex 21 29 77 48 42 0 35 EA 39 1E
Octal 41 51 167 110 102 0 65 352 71 36
Binary 100001 101001 1110111 1001000 1000010 0 110101 11101010 111001 11110

Color Harmonies of #212977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212977

Black with #212977

Text Example


Text Example

White with #212977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212977; }

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

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

background-color css

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

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

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

border-color css

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

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

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