Html Css Color HEX #212877 Midnight Blue

📋 copy color: '#212877'

red 33 ◦ green 40 ◦ blue 119

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

Shades of Midnight Blue #212877

Tints of Midnight Blue #212877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

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

R = 17.19%
G = 20.83%
B = 61.98%

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

#212877 (or 0x212877) is known color: Midnight Blue. HEX triplet: 21, 28 and 77. RGB value is (33,40,119). Sum of RGB (Red+Green+Blue) = 33+40+119=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #212877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212877 is #DED788. Grayscale: #2E2E2E. Windows color (decimal): -14604169 or 7809057. OLE color: 7809057.

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

Color convert

RGB 33 40 119 -
CMYK 0.72 0.66 0 0.53
HSL 235.12º 0.57% 0.3% -
HSV(B) 235.12º 0.72% 0.47% -
XYZ 4.72 3.17 17.82 -
YUV 46.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 33 40 119 0.72 0.66 0 0.53 235.12 0.57 0.3
Hex 21 28 77 48 42 0 35 EB 39 1E
Octal 41 50 167 110 102 0 65 353 71 36
Binary 100001 101000 1110111 1001000 1000010 0 110101 11101011 111001 11110

Color Harmonies of #212877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212877

Black with #212877

Text Example


Text Example

White with #212877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212877; }

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

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

background-color css

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

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

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

border-color css

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

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

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