Html Css Color HEX #211884 Midnight Blue

📋 copy color: '#211884'

red 33 ◦ green 24 ◦ blue 132

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

Shades of Midnight Blue #211884

Tints of Midnight Blue #211884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 132 (51.95% from 255) = 69.84%

R = 17.46%
G = 12.7%
B = 69.84%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#211884 (or 0x211884) is known color: Midnight Blue. HEX triplet: 21, 18 and 84. RGB value is (33,24,132). Sum of RGB (Red+Green+Blue) = 33+24+132=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #211884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211884 is #DEE77B. Grayscale: #262626. Windows color (decimal): -14608252 or 8656929. OLE color: 8656929.

HSL color Cylindrical-coordinate representation of color #211884: hue angle of 245º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211884 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 24 132 -
CMYK 0.75 0.82 0 0.48
HSL 245º 0.69% 0.31% -
HSV(B) 245º 0.82% 0.52% -
XYZ 5.12 2.64 22.07 -
YUV 39 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 33 24 132 0.75 0.82 0 0.48 245 0.69 0.31
Hex 21 18 84 4B 52 0 30 F5 45 1F
Octal 41 30 204 113 122 0 60 365 105 37
Binary 100001 11000 10000100 1001011 1010010 0 110000 11110101 1000101 11111

Color Harmonies of #211884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211884

Black with #211884

Text Example


Text Example

White with #211884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211884; }

 p { color: rgb(33,24,132); }

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

background-color css

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

 a { background-color: rgb(33,24,132); }

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

border-color css

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

 span { border-color: rgb(33,24,132); }

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