Html Css Color HEX #211380 Midnight Blue

📋 copy color: '#211380'

red 33 ◦ green 19 ◦ blue 128

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

Shades of Midnight Blue #211380

Tints of Midnight Blue #211380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 71.11%

R = 18.33%
G = 10.56%
B = 71.11%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#211380 (or 0x211380) is known color: Midnight Blue. HEX triplet: 21, 13 and 80. RGB value is (33,19,128). Sum of RGB (Red+Green+Blue) = 33+19+128=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #211380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211380 is #DEEC7F. Grayscale: #232323. Windows color (decimal): -14609536 or 8393505. OLE color: 8393505.

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

Color convert

RGB 33 19 128 -
CMYK 0.74 0.85 0 0.50
HSL 247.71º 0.74% 0.29% -
HSV(B) 247.71º 0.85% 0.5% -
XYZ 4.76 2.35 20.62 -
YUV 35.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 33 19 128 0.74 0.85 0 0.50 247.71 0.74 0.29
Hex 21 13 80 4A 55 0 32 F8 4A 1D
Octal 41 23 200 112 125 0 62 370 112 35
Binary 100001 10011 10000000 1001010 1010101 0 110010 11111000 1001010 11101

Color Harmonies of #211380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211380

Black with #211380

Text Example


Text Example

White with #211380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211380; }

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

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

background-color css

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

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

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

border-color css

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

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

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