Html Css Color HEX #211381 Midnight Blue

📋 copy color: '#211381'

red 33 ◦ green 19 ◦ blue 129

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

Shades of Midnight Blue #211381

Tints of Midnight Blue #211381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 18.23%
G = 10.5%
B = 71.27%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#211381 (or 0x211381) is known color: Midnight Blue. HEX triplet: 21, 13 and 81. RGB value is (33,19,129). Sum of RGB (Red+Green+Blue) = 33+19+129=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #211381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211381 is #DEEC7E. Grayscale: #232323. Windows color (decimal): -14609535 or 8459041. OLE color: 8459041.

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

Color convert

RGB 33 19 129 -
CMYK 0.74 0.85 0 0.49
HSL 247.64º 0.74% 0.29% -
HSV(B) 247.64º 0.85% 0.51% -
XYZ 4.82 2.37 20.97 -
YUV 35.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 33 19 129 0.74 0.85 0 0.49 247.64 0.74 0.29
Hex 21 13 81 4A 55 0 31 F8 4A 1D
Octal 41 23 201 112 125 0 61 370 112 35
Binary 100001 10011 10000001 1001010 1010101 0 110001 11111000 1001010 11101

Color Harmonies of #211381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211381

Black with #211381

Text Example


Text Example

White with #211381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211381; }

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

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

background-color css

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

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

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

border-color css

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

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

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