Html Css Color HEX #211581 Midnight Blue

📋 copy color: '#211581'

red 33 ◦ green 21 ◦ blue 129

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

Shades of Midnight Blue #211581

Tints of Midnight Blue #211581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 129 (50.78% from 255) = 70.49%

R = 18.03%
G = 11.48%
B = 70.49%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#211581 (or 0x211581) is known color: Midnight Blue. HEX triplet: 21, 15 and 81. RGB value is (33,21,129). Sum of RGB (Red+Green+Blue) = 33+21+129=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #211581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211581 is #DEEA7E. Grayscale: #242424. Windows color (decimal): -14609023 or 8459553. OLE color: 8459553.

HSL color Cylindrical-coordinate representation of color #211581: hue angle of 246.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211581 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 21 129 -
CMYK 0.74 0.84 0 0.49
HSL 246.67º 0.72% 0.29% -
HSV(B) 246.67º 0.84% 0.51% -
XYZ 4.86 2.44 20.98 -
YUV 36.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 33 21 129 0.74 0.84 0 0.49 246.67 0.72 0.29
Hex 21 15 81 4A 54 0 31 F7 48 1D
Octal 41 25 201 112 124 0 61 367 110 35
Binary 100001 10101 10000001 1001010 1010100 0 110001 11110111 1001000 11101

Color Harmonies of #211581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211581

Black with #211581

Text Example


Text Example

White with #211581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211581; }

 p { color: rgb(33,21,129); }

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

background-color css

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

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

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

border-color css

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

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

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