Html Css Color HEX #211480 Midnight Blue

📋 copy color: '#211480'

red 33 ◦ green 20 ◦ blue 128

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

Shades of Midnight Blue #211480

Tints of Midnight Blue #211480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

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

R = 18.23%
G = 11.05%
B = 70.72%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#211480 (or 0x211480) is known color: Midnight Blue. HEX triplet: 21, 14 and 80. RGB value is (33,20,128). Sum of RGB (Red+Green+Blue) = 33+20+128=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #211480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211480 is #DEEB7F. Grayscale: #232323. Windows color (decimal): -14609280 or 8393761. OLE color: 8393761.

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

Color convert

RGB 33 20 128 -
CMYK 0.74 0.84 0 0.50
HSL 247.22º 0.73% 0.29% -
HSV(B) 247.22º 0.84% 0.5% -
XYZ 4.77 2.38 20.63 -
YUV 36.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 33 20 128 0.74 0.84 0 0.50 247.22 0.73 0.29
Hex 21 14 80 4A 54 0 32 F7 49 1D
Octal 41 24 200 112 124 0 62 367 111 35
Binary 100001 10100 10000000 1001010 1010100 0 110010 11110111 1001001 11101

Color Harmonies of #211480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211480

Black with #211480

Text Example


Text Example

White with #211480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211480; }

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

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

background-color css

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

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

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

border-color css

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

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

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