Html Css Color HEX #212089 Midnight Blue

📋 copy color: '#212089'

red 33 ◦ green 32 ◦ blue 137

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

Shades of Midnight Blue #212089

Tints of Midnight Blue #212089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 137 (53.91% from 255) = 67.82%

R = 16.34%
G = 15.84%
B = 67.82%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#212089 (or 0x212089) is known color: Midnight Blue. HEX triplet: 21, 20 and 89. RGB value is (33,32,137). Sum of RGB (Red+Green+Blue) = 33+32+137=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #212089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212089 is #DEDF76. Grayscale: #2B2B2B. Windows color (decimal): -14606199 or 8986657. OLE color: 8986657.

HSL color Cylindrical-coordinate representation of color #212089: hue angle of 240.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212089 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 32 137 -
CMYK 0.76 0.77 0 0.46
HSL 240.57º 0.62% 0.33% -
HSV(B) 240.57º 0.77% 0.54% -
XYZ 5.66 3.16 23.98 -
YUV 44.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 33 32 137 0.76 0.77 0 0.46 240.57 0.62 0.33
Hex 21 20 89 4C 4D 0 2E F1 3E 21
Octal 41 40 211 114 115 0 56 361 76 41
Binary 100001 100000 10001001 1001100 1001101 0 101110 11110001 111110 100001

Color Harmonies of #212089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212089

Black with #212089

Text Example


Text Example

White with #212089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212089; }

 p { color: rgb(33,32,137); }

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

background-color css

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

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

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

border-color css

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

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

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