Html Css Color HEX #211278 Midnight Blue

📋 copy color: '#211278'

red 33 ◦ green 18 ◦ blue 120

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

Shades of Midnight Blue #211278

Tints of Midnight Blue #211278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

 BLUE value IS 120 (47.27% from 255) = 70.18%

R = 19.3%
G = 10.53%
B = 70.18%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211278 (or 0x211278) is known color: Midnight Blue. HEX triplet: 21, 12 and 78. RGB value is (33,18,120). Sum of RGB (Red+Green+Blue) = 33+18+120=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #211278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211278 is #DEED87. Grayscale: #212121. Windows color (decimal): -14609800 or 7868961. OLE color: 7868961.

HSL color Cylindrical-coordinate representation of color #211278: hue angle of 248.82º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211278 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 18 120 -
CMYK 0.72 0.85 0 0.53
HSL 248.82º 0.74% 0.27% -
HSV(B) 248.82º 0.85% 0.47% -
XYZ 4.23 2.11 17.95 -
YUV 34.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 33 18 120 0.72 0.85 0 0.53 248.82 0.74 0.27
Hex 21 12 78 48 55 0 35 F9 4A 1B
Octal 41 22 170 110 125 0 65 371 112 33
Binary 100001 10010 1111000 1001000 1010101 0 110101 11111001 1001010 11011

Color Harmonies of #211278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211278

Black with #211278

Text Example


Text Example

White with #211278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211278; }

 p { color: rgb(33,18,120); }

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

background-color css

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

 a { background-color: rgb(33,18,120); }

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

border-color css

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

 span { border-color: rgb(33,18,120); }

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