Html Css Color HEX #211478 Midnight Blue

📋 copy color: '#211478'

red 33 ◦ green 20 ◦ blue 120

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

Shades of Midnight Blue #211478

Tints of Midnight Blue #211478

RGB

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

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

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

R = 19.08%
G = 11.56%
B = 69.36%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211478 (or 0x211478) is known color: Midnight Blue. HEX triplet: 21, 14 and 78. RGB value is (33,20,120). Sum of RGB (Red+Green+Blue) = 33+20+120=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #211478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211478 is #DEEB87. Grayscale: #222222. Windows color (decimal): -14609288 or 7869473. OLE color: 7869473.

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

Color convert

RGB 33 20 120 -
CMYK 0.72 0.83 0 0.53
HSL 247.8º 0.71% 0.27% -
HSV(B) 247.8º 0.83% 0.47% -
XYZ 4.27 2.18 17.97 -
YUV 35.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 33 20 120 0.72 0.83 0 0.53 247.8 0.71 0.27
Hex 21 14 78 48 53 0 35 F8 47 1B
Octal 41 24 170 110 123 0 65 370 107 33
Binary 100001 10100 1111000 1001000 1010011 0 110101 11111000 1000111 11011

Color Harmonies of #211478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211478

Black with #211478

Text Example


Text Example

White with #211478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211478; }

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

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

background-color css

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

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

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

border-color css

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

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

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